forked from M-Labs/thermostat
deny compiler warnings
This commit is contained in:
parent
987f881ffa
commit
3770fe743a
|
@ -1,5 +1,6 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
#![deny(warnings, unused)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(not(feature = "semihosting"))]
|
||||
|
|
Loading…
Reference in New Issue