main: rm obsolete compile feature

master
Astro 2019-11-13 23:33:11 +01:00
parent b76dc4037d
commit 50481b3a80
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#![feature(asm)]
#![feature(global_asm)]
#![feature(naked_functions)]
#![feature(compiler_builtins_lib)]
#![feature(never_type)]
#![feature(alloc_error_handler)]
// TODO: disallow unused/dead_code when code moves into a lib crate