This commit is contained in:
Folkert 2021-02-09 21:30:52 +01:00
parent 9aa0b0b020
commit 32de07fafc

View file

@ -57,7 +57,7 @@ fn to_syntax_report<'a>(
let region = Region {
start_line: start_row,
end_line: start_row,
start_col: start_col,
start_col,
end_col: start_col + 1,
};