summaryrefslogtreecommitdiffstats
path: root/imag-link/src/main.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-02-04 11:15:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2017-02-04 11:16:00 +0100
commitbeae005356caaed7f23aceb0a6464a95de363e77 (patch)
treea2b1b288550cd59000857bac02ac3cec0ee3b866 /imag-link/src/main.rs
parent5c2f4fcccc9a15eb0d304282c7771e99dfc09ed1 (diff)
imag-link: Remove macro_use which is not needed
Diffstat (limited to 'imag-link/src/main.rs')
-rw-r--r--imag-link/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-link/src/main.rs b/imag-link/src/main.rs
index 42928b28..d286a659 100644
--- a/imag-link/src/main.rs
+++ b/imag-link/src/main.rs
@@ -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;