mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-19 18:01:27 +00:00
chore(build): fix clippy warnings (#213)
This commit is contained in:
@ -67,7 +67,7 @@ impl RecordsTransformer {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
for field in (&record.fields).iter() {
|
||||
for field in record.fields.iter() {
|
||||
self.type_dfs(&field.ty, exported_records)?;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user