mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
remove update field from normal Record constructor
This commit is contained in:
parent
60265b5d2a
commit
e0c211081a
8 changed files with 15 additions and 77 deletions
|
@ -105,7 +105,6 @@ pub enum Expr<'a> {
|
|||
},
|
||||
|
||||
Record {
|
||||
update: Option<&'a Loc<Expr<'a>>>,
|
||||
fields: &'a [Loc<AssignedField<'a, Expr<'a>>>],
|
||||
final_comments: &'a [CommentOrNewline<'a>],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue