mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
don't clone Layout
This commit is contained in:
parent
fa013e7d01
commit
55cb780249
18 changed files with 250 additions and 360 deletions
|
@ -1950,7 +1950,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