mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Word fix
This commit is contained in:
parent
4578154b60
commit
31d5c8d487
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class AstInspector implements vscode.HoverProvider, vscode.DefinitionProvider, D
|
|||
return doc.positionAt(targetOffset);
|
||||
}
|
||||
|
||||
// Shitty workaround for crlf line endings
|
||||
// Dirty workaround for crlf line endings
|
||||
// We are still in this prehistoric era of carriage returns here...
|
||||
|
||||
let line = 0;
|
||||
|
|
Loading…
Reference in a new issue