From d4ea7cc2a94250d0bb749633acb4afcfcea5805f Mon Sep 17 00:00:00 2001 From: Louis Dureuil Date: Mon, 22 Jul 2024 16:37:17 +0200 Subject: [PATCH] =?UTF-8?q?fix=20clippy=20=F0=9F=91=89=F0=9F=91=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/update/index_documents/extract/extract_vector_points.rs | 1 + 1 file changed, 1 insertion(+) 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>,