mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Address clippy lints
This commit is contained in:
parent
152400dea3
commit
c0257302a9
2 changed files with 6 additions and 6 deletions
|
@ -772,10 +772,7 @@ fn can_annotation_help(
|
|||
} else {
|
||||
Type::Alias {
|
||||
symbol,
|
||||
type_arguments: vars
|
||||
.into_iter()
|
||||
.map(|typ| OptAbleType::unbound(typ))
|
||||
.collect(),
|
||||
type_arguments: vars.into_iter().map(OptAbleType::unbound).collect(),
|
||||
lambda_set_variables: alias.lambda_set_variables.clone(),
|
||||
actual: Box::new(alias.typ.clone()),
|
||||
kind: alias.kind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue