mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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
|
@ -807,8 +807,6 @@ fn to_tinparens_report<'a>(
|
|||
|
||||
TInParens::Type(tipe, row, col) => to_type_report(alloc, filename, tipe, row, col),
|
||||
|
||||
TInParens::Syntax(error, row, col) => to_syntax_report(alloc, filename, error, row, col),
|
||||
|
||||
TInParens::IndentOpen(row, col) => {
|
||||
let surroundings = Region::from_rows_cols(start_row, start_col, row, col);
|
||||
let region = Region::from_row_col(row, col);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue