mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-28 06:26:28 +00:00
Remove too many arguments on resolve_maximally_reduced_query_graph
This commit is contained in:
@@ -92,7 +92,6 @@ impl Word {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Apply the [`TermsMatchingStrategy`] to the query graph and resolve it.
|
/// Apply the [`TermsMatchingStrategy`] to the query graph and resolve it.
|
||||||
#[allow(clippy::too_many_arguments)]
|
|
||||||
fn resolve_maximally_reduced_query_graph(
|
fn resolve_maximally_reduced_query_graph(
|
||||||
ctx: &mut SearchContext,
|
ctx: &mut SearchContext,
|
||||||
universe: &RoaringBitmap,
|
universe: &RoaringBitmap,
|
||||||
|
|||||||
Reference in New Issue
Block a user