mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Drop hint conversion
This commit is contained in:
parent
8454358ba4
commit
9d43291533
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ export function activateInlayHints(ctx: Ctx) {
|
|||
if (hints == null) {
|
||||
return [];
|
||||
} else {
|
||||
for (let hint of hints) {
|
||||
hint.position = new vscode.Position(hint.position.line, hint.position.character);
|
||||
}
|
||||
return hints;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue