mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix clippy
This commit is contained in:
parent
405bbd04c1
commit
d25953f322
2 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue