Make clippy happy

This commit is contained in:
Clément Renault 2023-03-08 17:37:08 +01:00
parent 7c0cd7172d
commit 7dc04747fd
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -21,6 +21,7 @@ use crate::{CboRoaringBitmapCodec, DocumentId, FieldId, Result, BEU32, MAX_FACET
/// Returns the generated grenad reader containing the docid the fid and the orginal value as key
/// and the normalized value as value extracted from the given chunk of documents.
#[logging_timer::time]
#[allow(clippy::type_complexity)]
pub fn extract_fid_docid_facet_values<R: io::Read + io::Seek>(
obkv_documents: grenad::Reader<R>,
indexer: GrenadParameters,