mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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)
|
||||
.collect();
|
||||
let type_arguments = new_type_variables
|
||||
.clone()
|
||||
.iter()
|
||||
.copied()
|
||||
.map(Type::Variable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue