This commit is contained in:
Ayaz Hafiz 2023-03-22 16:58:12 -05:00
parent 1b087df287
commit f9f90a3684
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

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