From d6977550dd3cdfa012d30c12d8b89776070ab7af Mon Sep 17 00:00:00 2001 From: ivan770 Date: Sun, 14 Mar 2021 19:05:09 +0200 Subject: Make CI happy --- crates/rust-analyzer/src/handlers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::{ AnnotationConfig, FileId, FilePosition, FileRange, HoverAction, HoverGotoTypeData, Query, RangeInfo, Runnable, RunnableKind, SearchScope, SourceChange, TextEdit, }; -use ide_db::{StructureNodeKind, SymbolKind}; +use ide_db::SymbolKind; use itertools::Itertools; use lsp_server::ErrorCode; use lsp_types::{ -- cgit v1.2.3