mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
clippy
This commit is contained in:
parent
9aa0b0b020
commit
32de07fafc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue