remove syntax error

This commit is contained in:
Folkert 2021-03-12 02:52:36 +01:00
parent 4e4854ceaa
commit 9f146bf702
3 changed files with 1 additions and 6 deletions

View file

@ -198,8 +198,6 @@ fn to_expr_report<'a>(
to_expr_in_parens_report(alloc, filename, context, &expr, *row, *col)
}
EExpr::Type(tipe, row, col) => to_type_report(alloc, filename, &tipe, *row, *col),
EExpr::Def(syntax, row, col) => to_syntax_report(alloc, filename, syntax, *row, *col),
EExpr::ElmStyleFunction(region, row, col) => {
let surroundings = Region::from_rows_cols(start_row, start_col, *row, *col);
let region = *region;