Remove unused macro import
This commit is contained in:
parent
96b51280ab
commit
90ed0c0e10
1 changed files with 1 additions and 1 deletions
|
@ -25,8 +25,8 @@ extern crate kairos;
|
|||
#[macro_use] extern crate error_chain;
|
||||
#[macro_use] extern crate is_match;
|
||||
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagstore;
|
||||
extern crate libimagerror;
|
||||
extern crate libimagentryedit;
|
||||
extern crate libimagentrylink;
|
||||
|
||||
|
|
Loading…
Reference in a new issue