Re-export file abstraction types
This commit is contained in:
parent
f82813bc3d
commit
81449f48d6
1 changed files with 4 additions and 2 deletions
|
@ -41,10 +41,12 @@ use walkdir::Iter as WalkDirIter;
|
||||||
use error::{StoreError as SE, StoreErrorKind as SEK};
|
use error::{StoreError as SE, StoreErrorKind as SEK};
|
||||||
use error::MapErrInto;
|
use error::MapErrInto;
|
||||||
use storeid::{IntoStoreId, StoreId, StoreIdIterator};
|
use storeid::{IntoStoreId, StoreId, StoreIdIterator};
|
||||||
use file_abstraction::FileAbstraction;
|
|
||||||
use file_abstraction::FileAbstractionInstance;
|
use file_abstraction::FileAbstractionInstance;
|
||||||
use file_abstraction::FSFileAbstraction;
|
|
||||||
use toml_ext::*;
|
use toml_ext::*;
|
||||||
|
// We re-export the following things so tests can use them
|
||||||
|
pub use file_abstraction::FileAbstraction;
|
||||||
|
pub use file_abstraction::FSFileAbstraction;
|
||||||
|
pub use file_abstraction::InMemoryFileAbstraction;
|
||||||
|
|
||||||
use libimagerror::into::IntoError;
|
use libimagerror::into::IntoError;
|
||||||
use libimagerror::trace::trace_error;
|
use libimagerror::trace::trace_error;
|
||||||
|
|
Loading…
Reference in a new issue