chore: re-export database::Error type

This commit is contained in:
qdequele 2019-09-18 18:42:36 +02:00
parent 522013425b
commit 20f423268e
No known key found for this signature in database
GPG Key ID: B3F0A000EBF11745

View File

@ -10,7 +10,7 @@ pub use self::cf_tree::{CfTree, CfIter};
pub use self::database::{
Database, Index, CustomSettingsIndex, RankingOrdering,
StopWords, RankingOrder, DistinctField, RankingRules,
UpdateType, DetailedDuration, UpdateStatus
UpdateType, DetailedDuration, UpdateStatus, Error
};
pub use self::number::Number;
pub use self::ranked_map::RankedMap;