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