From 75819bc94047643478a17f8f6e9a58f4ba363f1f Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Tue, 2 May 2023 18:53:40 +0200 Subject: [PATCH] Remove too many arguments on resolve_maximally_reduced_query_graph --- milli/src/search/new/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/milli/src/search/new/mod.rs b/milli/src/search/new/mod.rs index 0ba5613b5..7e8426bf9 100644 --- a/milli/src/search/new/mod.rs +++ b/milli/src/search/new/mod.rs @@ -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,