forked from M-Labs/zynq-rs
Update libcortex_a9/src/lib.rs
This commit is contained in:
parent
41fef76da2
commit
4200b7caa1
|
@ -1,7 +1,6 @@
|
|||
#![no_std]
|
||||
#![feature(llvm_asm, global_asm)]
|
||||
#![feature(never_type)]
|
||||
#![cfg_attr(not(feature = "const_fn"), const_fn)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
|
|
Loading…
Reference in New Issue