Import libimagerror with macros, so we can have own error types internally

This commit is contained in:
Matthias Beyer 2016-09-06 14:24:28 +02:00
parent 95b77d7c92
commit 04166dd7a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;