Remove too many arguments on resolve_maximally_reduced_query_graph

This commit is contained in:
Louis Dureuil 2023-05-02 18:53:40 +02:00
parent 7b8cc25625
commit 75819bc940
No known key found for this signature in database

View File

@ -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,