mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Lints
This commit is contained in:
parent
1b087df287
commit
f9f90a3684
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ fn step_elem(
|
|||
};
|
||||
|
||||
for (((index, state_field), &index_var), &result_index_var) in state_fields
|
||||
.into_iter()
|
||||
.iter()
|
||||
.enumerate()
|
||||
.zip(index_vars)
|
||||
.zip(state_field_vars)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue