Make clippy happy

This commit is contained in:
Loïc Lecrenier 2022-12-21 12:49:34 +01:00
parent 904fd2f6d1
commit 339a4b0789

View File

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