mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Fix the clippy warnings
This commit is contained in:
parent
e0730b55b3
commit
cfd1b2cc97
11 changed files with 64 additions and 68 deletions
|
@ -25,7 +25,6 @@ impl CompatV2ToV3 {
|
|||
CompatV2ToV3::Compat(compat) => compat.index_uuid(),
|
||||
};
|
||||
v2_uuids
|
||||
.into_iter()
|
||||
.into_iter()
|
||||
.map(|index| v3::meta::IndexUuid { uid: index.uid, uuid: index.uuid })
|
||||
.collect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue