mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Remove unused TypedHole variant from roc_can::expr::Expr
This commit is contained in:
parent
46067cf28c
commit
dcb6c543c0
10 changed files with 1 additions and 25 deletions
|
@ -1055,7 +1055,6 @@ fn fix_values_captured_in_closure_expr(
|
|||
| ParamsVar { .. }
|
||||
| AbilityMember(..)
|
||||
| EmptyRecord
|
||||
| TypedHole { .. }
|
||||
| RuntimeError(_)
|
||||
| ZeroArgumentTag { .. }
|
||||
| RecordAccessor { .. } => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue