mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-09 04:16:28 +00:00
Make clippy happy
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user