mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
fix clippy ππ
This commit is contained in:
parent
8532fe8afc
commit
d4ea7cc2a9
@ -472,6 +472,7 @@ pub fn extract_vector_points<R: io::Read + io::Seek>(
|
||||
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>,
|
||||
|
Loadingβ¦
Reference in New Issue
Block a user