mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Merge remote-tracking branch 'origin/trunk' into import-builtin-mod
This commit is contained in:
commit
e3b65b1ce0
31 changed files with 577 additions and 728 deletions
|
@ -1944,7 +1944,7 @@ fn update<'a>(
|
|||
};
|
||||
|
||||
for (layout, pend) in specs {
|
||||
existing.insert(layout.clone(), pend.clone());
|
||||
existing.insert(*layout, pend.clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue