diff options
author | ivan770 <[email protected]> | 2021-03-14 17:05:09 +0000 |
---|---|---|
committer | ivan770 <[email protected]> | 2021-03-14 17:05:09 +0000 |
commit | d6977550dd3cdfa012d30c12d8b89776070ab7af (patch) | |
tree | 52799efca5ad984437b8fdd661fa60bc8f5df72e /crates | |
parent | 7d48e04f316a384967d48a261f1e3b70b5f85a98 (diff) |
Make CI happy
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/handlers.rs b/crates/rust-analyzer/src/handlers.rs index 3ff8bd940..ff1929d58 100644 --- a/crates/rust-analyzer/src/handlers.rs +++ b/crates/rust-analyzer/src/handlers.rs | |||
@@ -11,7 +11,7 @@ use ide::{ | |||
11 | AnnotationConfig, FileId, FilePosition, FileRange, HoverAction, HoverGotoTypeData, Query, | 11 | AnnotationConfig, FileId, FilePosition, FileRange, HoverAction, HoverGotoTypeData, Query, |
12 | RangeInfo, Runnable, RunnableKind, SearchScope, SourceChange, TextEdit, | 12 | RangeInfo, Runnable, RunnableKind, SearchScope, SourceChange, TextEdit, |
13 | }; | 13 | }; |
14 | use ide_db::{StructureNodeKind, SymbolKind}; | 14 | use ide_db::SymbolKind; |
15 | use itertools::Itertools; | 15 | use itertools::Itertools; |
16 | use lsp_server::ErrorCode; | 16 | use lsp_server::ErrorCode; |
17 | use lsp_types::{ | 17 | use lsp_types::{ |