mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +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