mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 00:01:00 +00:00
Small code reorganisation
This commit is contained in:
@ -70,6 +70,8 @@ pub mod update;
|
||||
#[macro_use]
|
||||
pub mod snapshot_tests;
|
||||
|
||||
pub use search::new::{execute_search, SearchContext};
|
||||
|
||||
use std::collections::{BTreeMap, HashMap};
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
use std::hash::BuildHasherDefault;
|
||||
|
Reference in New Issue
Block a user