mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Clean up the modules declarations
This commit is contained in:
parent
4be23efe66
commit
48e8778881
@ -3,7 +3,7 @@
|
|||||||
extern crate assert_matches;
|
extern crate assert_matches;
|
||||||
|
|
||||||
mod automaton;
|
mod automaton;
|
||||||
pub mod criterion;
|
mod bucket_sort;
|
||||||
mod database;
|
mod database;
|
||||||
mod distinct_map;
|
mod distinct_map;
|
||||||
mod error;
|
mod error;
|
||||||
@ -12,14 +12,12 @@ mod number;
|
|||||||
mod query_builder;
|
mod query_builder;
|
||||||
mod ranked_map;
|
mod ranked_map;
|
||||||
mod raw_document;
|
mod raw_document;
|
||||||
pub mod raw_indexer;
|
|
||||||
mod reordered_attrs;
|
mod reordered_attrs;
|
||||||
|
mod update;
|
||||||
|
pub mod criterion;
|
||||||
|
pub mod raw_indexer;
|
||||||
pub mod serde;
|
pub mod serde;
|
||||||
pub mod store;
|
pub mod store;
|
||||||
mod update;
|
|
||||||
|
|
||||||
// TODO replace
|
|
||||||
mod bucket_sort;
|
|
||||||
|
|
||||||
pub use self::database::{BoxUpdateFn, Database, MainT, UpdateT};
|
pub use self::database::{BoxUpdateFn, Database, MainT, UpdateT};
|
||||||
pub use self::error::{Error, MResult};
|
pub use self::error::{Error, MResult};
|
||||||
|
Loading…
Reference in New Issue
Block a user