Remove unneeded [macro_use]
This commit is contained in:
parent
bc75e96b64
commit
4ab81275ca
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ extern crate crossbeam;
|
|||
extern crate walkdir;
|
||||
extern crate itertools;
|
||||
#[macro_use] extern crate is_match;
|
||||
#[macro_use] extern crate serde;
|
||||
#[macro_use] extern crate serde_json;
|
||||
extern crate serde;
|
||||
extern crate serde_json;
|
||||
#[macro_use] extern crate serde_derive;
|
||||
|
||||
#[macro_use] extern crate libimagerror;
|
||||
|
|
Loading…
Reference in a new issue