diff --git a/libimagstore/src/file_abstraction.rs b/libimagstore/src/file_abstraction.rs index a958b216..c4d7d51e 100644 --- a/libimagstore/src/file_abstraction.rs +++ b/libimagstore/src/file_abstraction.rs @@ -29,11 +29,12 @@ mod fs { use error::StoreErrorKind as SEK; use std::io::Cursor; use std::path::PathBuf; + use std::collections::HashMap; + use std::sync::Mutex; use libimagerror::into::IntoError; - use std::collections::HashMap; - use std::sync::Mutex; + use error::MapErrInto; lazy_static! { static ref MAP: Mutex>>> = {