mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
remove Syntax variant on TInParens
This commit is contained in:
parent
b204154fec
commit
870fd88165
2 changed files with 0 additions and 5 deletions
|
@ -425,9 +425,6 @@ pub enum TInParens<'a> {
|
|||
///
|
||||
Type(&'a Type<'a>, Row, Col),
|
||||
|
||||
// TODO REMOVE in favor of Type
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
|
||||
///
|
||||
Space(BadInputError, Row, Col),
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue