mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Update dep with major version changes
This commit is contained in:
parent
61174c4bc5
commit
d49ac68bcc
34 changed files with 547 additions and 906 deletions
|
@ -502,7 +502,7 @@ fn fix_values_captured_in_closure_expr(
|
|||
| Update {
|
||||
updates: fields, ..
|
||||
} => {
|
||||
for field in fields.iter_mut() {
|
||||
for (_, field) in fields.iter_mut() {
|
||||
fix_values_captured_in_closure_expr(&mut field.loc_expr.value, no_capture_symbols);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue