diff --git a/src/main.rs b/src/main.rs index c214352..ff6ce26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,5 @@ #![no_std] #![no_main] -// Enable returning `!` -#![feature(never_type)] #[allow(unused_extern_crates)] #[cfg(not(feature = "semihosting"))]