mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
chore: re-export database::Error type
This commit is contained in:
parent
522013425b
commit
20f423268e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user