mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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
|
@ -243,10 +243,9 @@ impl<'a> Formattable<'a> for Expr<'a> {
|
|||
}
|
||||
Record {
|
||||
fields,
|
||||
update,
|
||||
final_comments,
|
||||
} => {
|
||||
fmt_record(buf, *update, fields, final_comments, indent);
|
||||
fmt_record(buf, None, fields, final_comments, indent);
|
||||
}
|
||||
RecordUpdate {
|
||||
fields,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue