mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 22:54:00 +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_line: range.start.line,
|
||||||
start_character: Some(range.start.character),
|
start_character: Some(range.start.character),
|
||||||
end_line: range.end.line,
|
end_line: range.end.line,
|
||||||
end_character: Some(range.start.character),
|
end_character: Some(range.end.character),
|
||||||
kind,
|
kind,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue