mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
cleanup
This commit is contained in:
parent
dfaaa21e81
commit
cf5c38699b
3 changed files with 6 additions and 10 deletions
|
@ -1414,7 +1414,7 @@ fn deep_copy_var_help(
|
|||
same @ EmptyRecord | same @ EmptyTagUnion | same @ Erroneous(_) => same,
|
||||
|
||||
Record(mut fields, ext_var) => {
|
||||
for var in fields.iter_mut() {
|
||||
for var in fields.iter_variables_mut() {
|
||||
*var = deep_copy_var_help(subs, max_rank, pools, *var);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue