From 3770fe743a52af0505dabbd40fb624dcb96583a7 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 18 Mar 2019 21:40:03 +0100 Subject: [PATCH] deny compiler warnings --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index ff6ce26..ee851e2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,6 @@ #![no_std] #![no_main] +#![deny(warnings, unused)] #[allow(unused_extern_crates)] #[cfg(not(feature = "semihosting"))]