Remove unneeded extern crate, macro_use, and tidy uses.
This commit is contained in:
@@ -23,10 +23,6 @@
|
||||
)]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[macro_use]
|
||||
extern crate memoffset;
|
||||
extern crate alloc;
|
||||
|
||||
mod export;
|
||||
|
||||
Reference in New Issue
Block a user