remove unused #[macro_use]

This commit is contained in:
Corentin Henry
2017-01-24 11:04:52 -08:00
parent 4bb229959e
commit d8a35a9a08
-1
View File
@@ -1,7 +1,6 @@
#![deny(warnings)]
#![feature(asm)]
#[macro_use]
extern crate bitflags;
extern crate spin;
extern crate syscall;