Make some cleaning

This commit is contained in:
ManyTheFish 2022-03-30 15:22:18 +02:00
parent 6dc345bc53
commit b3f0f39106
3 changed files with 5 additions and 17 deletions

View file

@ -37,7 +37,7 @@ pub use self::heed_codec::{
};
pub use self::index::Index;
pub use self::search::{
FacetDistribution, Filter, MatcherBuilder, MatchingWords, Search, SearchResult,
FacetDistribution, Filter, MatchBounds, MatcherBuilder, MatchingWords, Search, SearchResult,
};
pub type Result<T> = std::result::Result<T, error::Error>;