From 04166dd7a3d4a542c8708a75b72178a7990aba1b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 6 Sep 2016 14:24:28 +0200 Subject: [PATCH] Import libimagerror with macros, so we can have own error types internally --- libimagstorestdhook/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;