shrink stack size usage for parse Expr

This commit is contained in:
Folkert 2021-03-20 23:37:36 +01:00
parent 1871697b0f
commit 03fab9297c
3 changed files with 9 additions and 4 deletions

View file

@ -101,7 +101,7 @@ pub enum Expr<'a> {
RecordUpdate {
update: &'a Loc<Expr<'a>>,
fields: &'a [Loc<AssignedField<'a, Expr<'a>>>],
final_comments: &'a [CommentOrNewline<'a>],
final_comments: &'a &'a [CommentOrNewline<'a>],
},
Record {