mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove tag_name from Expr::Tag
This commit is contained in:
parent
2d169bf518
commit
2726a3506f
30 changed files with 70 additions and 86 deletions
|
@ -1232,7 +1232,6 @@ fn expr_spec<'a>(
|
|||
}
|
||||
| Tag {
|
||||
tag_layout,
|
||||
tag_name: _,
|
||||
tag_id,
|
||||
arguments,
|
||||
} => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue