forked from M-Labs/thermostat
main: remove unused compiler feature `never_type`
This commit is contained in:
parent
9ec32ca0a2
commit
987f881ffa
|
@ -1,7 +1,5 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
// Enable returning `!`
|
||||
#![feature(never_type)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(not(feature = "semihosting"))]
|
||||
|
|
Loading…
Reference in New Issue