diff options
Diffstat (limited to 'crates/ra_lsp_server/src/req.rs')
-rw-r--r-- | crates/ra_lsp_server/src/req.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_lsp_server/src/req.rs b/crates/ra_lsp_server/src/req.rs index 11af41a1d..8d39b04a7 100644 --- a/crates/ra_lsp_server/src/req.rs +++ b/crates/ra_lsp_server/src/req.rs | |||
@@ -6,10 +6,10 @@ use url_serde; | |||
6 | pub use lsp_types::{ | 6 | pub use lsp_types::{ |
7 | notification::*, request::*, ApplyWorkspaceEditParams, CodeActionParams, CodeLens, | 7 | notification::*, request::*, ApplyWorkspaceEditParams, CodeActionParams, CodeLens, |
8 | CodeLensParams, CompletionParams, CompletionResponse, DidChangeConfigurationParams, | 8 | CodeLensParams, CompletionParams, CompletionResponse, DidChangeConfigurationParams, |
9 | DocumentOnTypeFormattingParams, DocumentSymbolParams, DocumentSymbolResponse, | 9 | DocumentOnTypeFormattingParams, DocumentSymbolParams, DocumentSymbolResponse, Hover, |
10 | ExecuteCommandParams, Hover, InitializeResult, MessageType, PublishDiagnosticsParams, | 10 | InitializeResult, MessageType, PublishDiagnosticsParams, ReferenceParams, ShowMessageParams, |
11 | ReferenceParams, ShowMessageParams, SignatureHelp, TextDocumentEdit, | 11 | SignatureHelp, TextDocumentEdit, TextDocumentPositionParams, TextEdit, WorkspaceEdit, |
12 | TextDocumentPositionParams, TextEdit, WorkspaceEdit, WorkspaceSymbolParams, | 12 | WorkspaceSymbolParams, |
13 | }; | 13 | }; |
14 | 14 | ||
15 | pub enum AnalyzerStatus {} | 15 | pub enum AnalyzerStatus {} |