mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-07 03:16:28 +00:00
chore: re-export database::Error type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user