imag-link: Remove macro_use which is not needed

This commit is contained in:
Matthias Beyer 2017-02-04 11:15:58 +01:00
parent 5c2f4fcccc
commit beae005356

View file

@ -34,7 +34,7 @@
#[macro_use] extern crate log; #[macro_use] extern crate log;
extern crate clap; extern crate clap;
#[macro_use] extern crate semver; extern crate semver;
extern crate toml; extern crate toml;
extern crate url; extern crate url;
#[macro_use] extern crate version; #[macro_use] extern crate version;