Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 339a4b0

Browse files
committed
Make clippy happy
1 parent 904fd2f commit 339a4b0

File tree

1 file changed

+1
-0
lines changed
  • milli/src/search/criteria

1 file changed

+1
-0
lines changed

milli/src/search/criteria/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ impl<'t> CriteriaBuilder<'t> {
370370
Ok(Self { rtxn, index, words_fst, words_prefixes_fst })
371371
}
372372

373+
#[allow(clippy::too_many_arguments)]
373374
pub fn build<D: 't + Distinct>(
374375
&'t self,
375376
query_tree: Option<Operation>,

0 commit comments

Comments
 (0)