fix clippy

This commit is contained in:
ManyTheFish 2025-02-17 16:41:34 +01:00 committed by Kerollmops
parent 405bbd04c1
commit d25953f322
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 3 additions and 2 deletions

View file

@ -121,7 +121,8 @@ where
Ok(())
}
pub fn update_index(
#[allow(clippy::too_many_arguments)]
pub(super) fn update_index(
index: &Index,
wtxn: &mut RwTxn<'_>,
new_fields_ids_map: FieldIdMapWithMetadata,