mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Make clippy happy
This commit is contained in:
parent
904fd2f6d1
commit
339a4b0789
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ impl<'t> CriteriaBuilder<'t> {
|
|||
Ok(Self { rtxn, index, words_fst, words_prefixes_fst })
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn build<D: 't + Distinct>(
|
||||
&'t self,
|
||||
query_tree: Option<Operation>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue