mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Unnecessary clone
This commit is contained in:
parent
83c6c3a17d
commit
7d3f02d0e1
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ impl Aliases {
|
||||||
.map(LambdaSet)
|
.map(LambdaSet)
|
||||||
.collect();
|
.collect();
|
||||||
let type_arguments = new_type_variables
|
let type_arguments = new_type_variables
|
||||||
.clone()
|
|
||||||
.iter()
|
.iter()
|
||||||
.copied()
|
.copied()
|
||||||
.map(Type::Variable)
|
.map(Type::Variable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue