main: remove unused compiler feature `never_type`

master
Astro 2019-03-18 21:39:09 +01:00
parent 9ec32ca0a2
commit 987f881ffa
1 changed files with 0 additions and 2 deletions

View File

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