mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix clippy
This commit is contained in:
parent
4fbe048cbf
commit
70d71581ee
7 changed files with 27 additions and 30 deletions
|
@ -1657,6 +1657,7 @@ fn make_document(
|
|||
Ok(document)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn format_fields(
|
||||
document: &Document,
|
||||
field_ids_map: &FieldsIdsMap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue