mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-23 11:41:38 +00:00
Fix clippy warnings (#126)
This commit is contained in:
@ -100,7 +100,7 @@ impl RecordsTransformer {
|
||||
.map(|id| {
|
||||
// unwrap is safe here because sorted_order is constructed based on record_types
|
||||
let record = record_types.get(&id).unwrap();
|
||||
Self::convert_record(id, record, &record_types)
|
||||
Self::convert_record(id, record, record_types)
|
||||
})
|
||||
.collect::<Vec<_>>()
|
||||
}
|
||||
|
Reference in New Issue
Block a user