Import libimagerror with macros, so we can have own error types internally
This commit is contained in:
parent
95b77d7c92
commit
04166dd7a3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ extern crate fs2;
|
||||||
|
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
extern crate libimagentrylink;
|
extern crate libimagentrylink;
|
||||||
extern crate libimagerror;
|
#[macro_use] extern crate libimagerror;
|
||||||
|
|
||||||
pub mod debug;
|
pub mod debug;
|
||||||
pub mod flock;
|
pub mod flock;
|
||||||
|
|
Loading…
Reference in a new issue