Make clippy happy

This commit is contained in:
Loïc Lecrenier 2023-03-23 09:15:57 +01:00
parent 9b1f439a91
commit 56b7209f26
14 changed files with 61 additions and 73 deletions

View file

@ -87,8 +87,8 @@ impl QueryTermDocIdsCache {
}
}
pub fn resolve_query_graph<'ctx>(
ctx: &mut SearchContext<'ctx>,
pub fn resolve_query_graph(
ctx: &mut SearchContext,
q: &QueryGraph,
universe: &RoaringBitmap,
) -> Result<RoaringBitmap> {