main: remove unused compiler feature never_type

This commit is contained in:
Astro 2019-03-18 21:39:09 +01:00
parent 9ec32ca0a2
commit 987f881ffa

View File

@ -1,7 +1,5 @@
#![no_std]
#![no_main]
// Enable returning `!`
#![feature(never_type)]
#[allow(unused_extern_crates)]
#[cfg(not(feature = "semihosting"))]