remove unused #[macro_use]

This commit is contained in:
Corentin Henry
2017-01-24 11:13:07 -08:00
parent 0d3aa234ff
commit 4d2499e4d3

View File

@@ -37,7 +37,6 @@ extern crate alloc;
#[macro_use]
extern crate collections;
#[macro_use]
extern crate bitflags;
extern crate goblin;
extern crate spin;