Fix the clippy warnings

This commit is contained in:
Clément Renault 2023-04-25 16:40:32 +02:00
parent e0730b55b3
commit cfd1b2cc97
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
11 changed files with 64 additions and 68 deletions

View file

@ -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()