summaryrefslogtreecommitdiffstats
path: root/libimagstorestdhook/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-09-06 14:24:28 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-09-06 15:31:55 +0200
commit04166dd7a3d4a542c8708a75b72178a7990aba1b (patch)
tree3040b4e18694380c7b39c778c7e4ee0fa222aa31 /libimagstorestdhook/src/lib.rs
parent95b77d7c9233d99e85ab1c4eea576f20a5cdfeb6 (diff)
Import libimagerror with macros, so we can have own error types internally
Diffstat (limited to 'libimagstorestdhook/src/lib.rs')
-rw-r--r--libimagstorestdhook/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagstorestdhook/src/lib.rs b/libimagstorestdhook/src/lib.rs
index c53cbc52..bb01b9c5 100644
--- a/libimagstorestdhook/src/lib.rs
+++ b/libimagstorestdhook/src/lib.rs
@@ -20,7 +20,7 @@ extern crate fs2;
extern crate libimagstore;
extern crate libimagentrylink;
-extern crate libimagerror;
+#[macro_use] extern crate libimagerror;
pub mod debug;
pub mod flock;