remove unused feature gates
This commit is contained in:
parent
8965b061c2
commit
55eb1b71a0
|
@ -1,6 +1,4 @@
|
||||||
#![allow(unused_features)]
|
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![feature(core_intrinsics)]
|
|
||||||
#![feature(linkage)]
|
#![feature(linkage)]
|
||||||
#![feature(naked_functions)]
|
#![feature(naked_functions)]
|
||||||
#![cfg_attr(not(test), no_std)]
|
#![cfg_attr(not(test), no_std)]
|
||||||
|
|
Loading…
Reference in New Issue