mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
fix typo
This commit is contained in:
parent
c35ef7e1ed
commit
184e80007b
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ pub fn handle_folding_range(
|
|||
start_line: range.start.line,
|
||||
start_character: Some(range.start.character),
|
||||
end_line: range.end.line,
|
||||
end_character: Some(range.start.character),
|
||||
end_character: Some(range.end.character),
|
||||
kind,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue