libimagrt: Remove unused imports
This commit is contained in:
parent
a1b210fc14
commit
5c2f4fcccc
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
)]
|
)]
|
||||||
|
|
||||||
#[macro_use] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
#[macro_use] extern crate itertools;
|
extern crate itertools;
|
||||||
#[cfg(unix)] extern crate xdg_basedir;
|
#[cfg(unix)] extern crate xdg_basedir;
|
||||||
extern crate env_logger;
|
extern crate env_logger;
|
||||||
extern crate tempfile;
|
extern crate tempfile;
|
||||||
|
|
Loading…
Reference in a new issue