Rename lazyfile file to file_abstraction
This commit is contained in:
parent
c8e296e221
commit
60a315e553
3 changed files with 2 additions and 2 deletions
|
@ -32,5 +32,5 @@ pub mod error;
|
|||
pub mod hook;
|
||||
pub mod store;
|
||||
mod configuration;
|
||||
mod lazyfile;
|
||||
mod file_abstraction;
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ use error::{ParserErrorKind, ParserError};
|
|||
use error::{StoreError as SE, StoreErrorKind as SEK};
|
||||
use error::MapErrInto;
|
||||
use storeid::{IntoStoreId, StoreId, StoreIdIterator};
|
||||
use lazyfile::FileAbstraction;
|
||||
use file_abstraction::FileAbstraction;
|
||||
|
||||
use hook::aspect::Aspect;
|
||||
use hook::error::HookErrorKind;
|
||||
|
|
Loading…
Reference in a new issue