Remove export of types
This commit is contained in:
parent
dcdd67db9e
commit
d4c850ef17
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ use std::sync::{RwLock, Mutex};
|
||||||
|
|
||||||
use fs2::FileExt;
|
use fs2::FileExt;
|
||||||
|
|
||||||
pub use entry::Entry;
|
use entry::Entry;
|
||||||
pub use error::StoreError;
|
use error::StoreError;
|
||||||
|
|
||||||
pub type Result<T> = RResult<T, StoreError>;
|
pub type Result<T> = RResult<T, StoreError>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue