@@ -2,11 +2,11 @@ use std::{fmt::Write as _, io::Write as _};
2
2
3
3
use gen_lsp_server:: ErrorCode ;
4
4
use lsp_types:: {
5
- CodeAction , CodeActionResponse , CodeLens , Command , Diagnostic ,
6
- DiagnosticSeverity , DocumentFormattingParams , DocumentHighlight , DocumentSymbol , FoldingRange ,
7
- FoldingRangeKind , FoldingRangeParams , Hover , HoverContents , Location , MarkupContent ,
8
- MarkupKind , Position , PrepareRenameResponse , Range , RenameParams , SymbolInformation ,
9
- TextDocumentIdentifier , TextEdit , WorkspaceEdit ,
5
+ CodeAction , CodeActionResponse , CodeLens , Command , Diagnostic , DiagnosticSeverity ,
6
+ DocumentFormattingParams , DocumentHighlight , DocumentSymbol , FoldingRange , FoldingRangeKind ,
7
+ FoldingRangeParams , Hover , HoverContents , Location , MarkupContent , MarkupKind , Position ,
8
+ PrepareRenameResponse , Range , RenameParams , SymbolInformation , TextDocumentIdentifier ,
9
+ TextEdit , WorkspaceEdit ,
10
10
} ;
11
11
use ra_ide_api:: {
12
12
AssistId , Cancelable , FileId , FilePosition , FileRange , FoldKind , Query , RangeInfo ,
0 commit comments