mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Remove too many arguments on resolve_maximally_reduced_query_graph
This commit is contained in:
parent
7b8cc25625
commit
75819bc940
@ -92,7 +92,6 @@ impl Word {
|
||||
}
|
||||
|
||||
/// Apply the [`TermsMatchingStrategy`] to the query graph and resolve it.
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn resolve_maximally_reduced_query_graph(
|
||||
ctx: &mut SearchContext,
|
||||
universe: &RoaringBitmap,
|
||||
|
Loading…
Reference in New Issue
Block a user