diff --git a/milli/src/search/new/graph_based_ranking_rule.rs b/milli/src/search/new/graph_based_ranking_rule.rs index dd25ddd4a..6602a81e2 100644 --- a/milli/src/search/new/graph_based_ranking_rule.rs +++ b/milli/src/search/new/graph_based_ranking_rule.rs @@ -295,8 +295,6 @@ impl<'ctx, G: RankingRuleGraphTrait> RankingRule<'ctx, QueryGraph> for GraphBase // We modify the next query graph so that it only contains the subgraph // that was used to compute this bucket - // But we only do it in case the bucket length is >1, because otherwise - // we know the child ranking rule won't be called anyway let paths: Vec, LocatedQueryTermSubset)>> = good_paths .into_iter()