diff --git a/milli/src/update/index_documents/extract/extract_vector_points.rs b/milli/src/update/index_documents/extract/extract_vector_points.rs index a7515282b..f66c3fd46 100644 --- a/milli/src/update/index_documents/extract/extract_vector_points.rs +++ b/milli/src/update/index_documents/extract/extract_vector_points.rs @@ -472,6 +472,7 @@ pub fn extract_vector_points( Ok((results, unused_vectors_distribution)) } +#[allow(clippy::too_many_arguments)] // feel free to find efficient way to factor arguments fn extract_vector_document_diff( docid: DocumentId, obkv: obkv::KvReader<'_, FieldId>,