summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryref/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-20 13:16:31 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-02-20 15:02:46 +0100
commit027c4b32870be5df7357a82a760534a4f54497af (patch)
tree868ee832d2c82946b45515394b7170b0dd7cef8c /lib/entry/libimagentryref/src/lib.rs
parent912a48cbfe024bdd70eddf4cd5155253eb24a321 (diff)
Remove usage of libimagentrylist
Diffstat (limited to 'lib/entry/libimagentryref/src/lib.rs')
-rw-r--r--lib/entry/libimagentryref/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/entry/libimagentryref/src/lib.rs b/lib/entry/libimagentryref/src/lib.rs
index 39f3c546..a9656d92 100644
--- a/lib/entry/libimagentryref/src/lib.rs
+++ b/lib/entry/libimagentryref/src/lib.rs
@@ -42,7 +42,6 @@ extern crate toml_query;
#[macro_use] extern crate libimagstore;
extern crate libimagerror;
-extern crate libimagentrylist;
#[macro_use] extern crate libimagentryutil;
#[macro_use] extern crate error_chain;