comment -> spaces_middle

This commit is contained in:
Aidan 2024-07-29 10:01:48 -04:00
parent 125990855f
commit 91fdd903e7
35 changed files with 56 additions and 56 deletions

View file

@ -3166,7 +3166,7 @@ fn stmts_to_defs<'a>(
let value_def = ValueDef::AnnotatedBody {
ann_pattern: arena.alloc(ann_pattern),
ann_type: arena.alloc(ann_type),
comment: spaces_middle,
spaces_middle,
body_pattern: loc_pattern,
body_expr: loc_def_expr,
};
@ -3211,7 +3211,7 @@ pub fn join_alias_to_body<'a>(
ValueDef::AnnotatedBody {
ann_pattern: arena.alloc(loc_ann_pattern),
ann_type: arena.alloc(ann_type),
comment: spaces_middle,
spaces_middle,
body_pattern,
body_expr,
}