Remove unused imports from libimaginteraction
This commit is contained in:
parent
4c81b36237
commit
a1b210fc14
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@
|
|||
|
||||
extern crate spinner;
|
||||
extern crate interactor;
|
||||
#[macro_use] extern crate log;
|
||||
extern crate ansi_term;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
extern crate regex;
|
||||
|
@ -43,7 +42,7 @@ extern crate rustyline;
|
|||
|
||||
extern crate libimagentryfilter;
|
||||
extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
extern crate libimagutil;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
|
||||
pub mod ask;
|
||||
|
|
Loading…
Reference in a new issue