mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
clippy complaints
This commit is contained in:
parent
15600a8f2b
commit
1439c1a21d
6 changed files with 8 additions and 10 deletions
|
@ -120,7 +120,7 @@ impl SolvedType {
|
|||
let solved_closure = Self::from_type(solved_subs, box_closure);
|
||||
let mut solved_args = Vec::with_capacity(args.len());
|
||||
|
||||
for arg in args.into_iter() {
|
||||
for arg in args {
|
||||
let solved_arg = Self::from_type(solved_subs, arg);
|
||||
|
||||
solved_args.push(solved_arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue