summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-ref/src/main.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-08-29 17:21:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-08-31 10:56:15 +0200
commitae5255c7c7ed7c40c44240218b957be383ad698d (patch)
tree24807f94054744d156b1710f307b42218503f944 /bin/core/imag-ref/src/main.rs
parentc987130cc1adca9c8074e7e1afe235c4b3f7157e (diff)
Remove unused crate imports
This patch removes unused crate imports reported by newer rust versions. Some crates were only required for tests, some only for tests with macro_import - these things were fixed with feature gates.
Diffstat (limited to 'bin/core/imag-ref/src/main.rs')
-rw-r--r--bin/core/imag-ref/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/core/imag-ref/src/main.rs b/bin/core/imag-ref/src/main.rs
index aa2f7d08..092ca762 100644
--- a/bin/core/imag-ref/src/main.rs
+++ b/bin/core/imag-ref/src/main.rs
@@ -34,10 +34,8 @@
#[macro_use] extern crate log;
#[macro_use] extern crate version;
-extern crate semver;
extern crate clap;
-extern crate libimagstore;
extern crate libimagrt;
extern crate libimagentryref;
extern crate libimagerror;