mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
remove clone, yay
This commit is contained in:
parent
f7ba9918fa
commit
872d32652a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ pub fn constrain_expr(
|
|||
|
||||
let record_con = constraints.equal_types_with_storage(
|
||||
record_type,
|
||||
expected.clone(),
|
||||
expected,
|
||||
Category::Record,
|
||||
region,
|
||||
*record_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue