Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_diagnostics/src/lib.rs')
| -rw-r--r-- | crates/ide_diagnostics/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ide_diagnostics/src/lib.rs b/crates/ide_diagnostics/src/lib.rs index b04da2e092..1d4ea461d0 100644 --- a/crates/ide_diagnostics/src/lib.rs +++ b/crates/ide_diagnostics/src/lib.rs @@ -59,9 +59,8 @@ use ide_db::{ base_db::{FileId, SourceDatabase}, label::Label, source_change::SourceChange, - RootDatabase, + FxHashSet, RootDatabase, }; -use rustc_hash::FxHashSet; use syntax::{ast::AstNode, TextRange}; #[derive(Copy, Clone, Debug, PartialEq)] |