mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
clippy
This commit is contained in:
parent
3c78b4fb86
commit
05f4062c69
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ fn desugar_value_def<'a>(
|
|||
} => AnnotatedBody {
|
||||
ann_pattern,
|
||||
ann_type,
|
||||
comment: *comment,
|
||||
comment,
|
||||
body_pattern: desugar_loc_pattern(arena, body_pattern, src, line_info, module_path),
|
||||
body_expr: desugar_expr(arena, body_expr, src, line_info, module_path),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue