Remove unneeded macro import
This commit is contained in:
parent
4ab81275ca
commit
01fb556204
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
extern crate toml;
|
||||
extern crate toml_query;
|
||||
#[macro_use] extern crate log;
|
||||
#[macro_use] extern crate semver;
|
||||
extern crate semver;
|
||||
|
||||
#[macro_use] extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
|
|
Loading…
Reference in a new issue