mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-18 16:47:57 +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::{
|
pub use self::database::{
|
||||||
Database, Index, CustomSettingsIndex, RankingOrdering,
|
Database, Index, CustomSettingsIndex, RankingOrdering,
|
||||||
StopWords, RankingOrder, DistinctField, RankingRules,
|
StopWords, RankingOrder, DistinctField, RankingRules,
|
||||||
UpdateType, DetailedDuration, UpdateStatus
|
UpdateType, DetailedDuration, UpdateStatus, Error
|
||||||
};
|
};
|
||||||
pub use self::number::Number;
|
pub use self::number::Number;
|
||||||
pub use self::ranked_map::RankedMap;
|
pub use self::ranked_map::RankedMap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user