deny compiler warnings

master
Astro 2019-03-18 21:40:03 +01:00
parent 987f881ffa
commit 3770fe743a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#![no_std]
#![no_main]
#![deny(warnings, unused)]
#[allow(unused_extern_crates)]
#[cfg(not(feature = "semihosting"))]