Small code reorganisation

This commit is contained in:
Loïc Lecrenier
2023-03-08 10:12:05 +01:00
parent 57fa689131
commit 4e266211bf
3 changed files with 8 additions and 41 deletions

View File

@ -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;