imag-link: Remove macro_use which is not needed
This commit is contained in:
parent
5c2f4fcccc
commit
beae005356
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#[macro_use] extern crate log;
|
||||
extern crate clap;
|
||||
#[macro_use] extern crate semver;
|
||||
extern crate semver;
|
||||
extern crate toml;
|
||||
extern crate url;
|
||||
#[macro_use] extern crate version;
|
||||
|
|
Loading…
Reference in a new issue