mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Fix clippy issue
This commit is contained in:
parent
39687fdb97
commit
33d868117f
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ pub fn desugar_expr<'a>(
|
|||
|
||||
env.arena.alloc(Loc {
|
||||
// Do not desugar after_return since it isn't run anyway
|
||||
value: Return(desugared_return_value, after_return.clone()),
|
||||
value: Return(desugared_return_value, *after_return),
|
||||
region: loc_expr.region,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue