mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
make clippy happy
This commit is contained in:
parent
1c5f381c09
commit
420e1c84e0
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ pub fn desugar_def<'a>(arena: &'a Bump, def: &'a Def<'a>) -> Def<'a> {
|
|||
body_pattern,
|
||||
body_expr,
|
||||
}) => AnnotatedBody {
|
||||
ann_pattern: ann_pattern,
|
||||
ann_type: ann_type,
|
||||
ann_pattern,
|
||||
ann_type,
|
||||
comment: *comment,
|
||||
body_pattern: *body_pattern,
|
||||
body_expr: desugar_expr(arena, body_expr),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue