mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix clippy
This commit is contained in:
parent
6b2d671be7
commit
5a7c1bde84
2 changed files with 5 additions and 5 deletions
|
@ -359,8 +359,8 @@ where
|
|||
geo_fields_ids,
|
||||
vectors_field_id,
|
||||
stop_words,
|
||||
separators.as_ref().map(Vec::as_slice),
|
||||
dictionary.as_ref().map(Vec::as_slice),
|
||||
separators.as_deref(),
|
||||
dictionary.as_deref(),
|
||||
max_positions_per_attributes,
|
||||
exact_attributes,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue