Remove export of types

This commit is contained in:
Marcel Müller 2016-01-16 20:22:18 +01:00
parent dcdd67db9e
commit d4c850ef17
No known key found for this signature in database
GPG key ID: DD4ED37D0CAC76E2

View file

@ -8,8 +8,8 @@ use std::sync::{RwLock, Mutex};
use fs2::FileExt;
pub use entry::Entry;
pub use error::StoreError;
use entry::Entry;
use error::StoreError;
pub type Result<T> = RResult<T, StoreError>;