diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,10 +3,8 @@ #![no_std] #![crate_name="cpu"] #![crate_type="rlib"] -#![feature(no_std)] #![feature(asm)] #![feature(associated_consts)] -#![feature(core, core_slice_ext)] #[macro_use] extern crate bitflags; |