mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
fix clippy
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user