Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/runnables.rs')
-rw-r--r--crates/ide/src/runnables.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ide/src/runnables.rs b/crates/ide/src/runnables.rs
index 88e17fadac..2c21bbc165 100644
--- a/crates/ide/src/runnables.rs
+++ b/crates/ide/src/runnables.rs
@@ -9,10 +9,9 @@ use ide_db::{
defs::Definition,
helpers::visit_file_defs,
search::SearchScope,
- RootDatabase, SymbolKind,
+ FxHashMap, FxHashSet, RootDatabase, SymbolKind,
};
use itertools::Itertools;
-use rustc_hash::{FxHashMap, FxHashSet};
use stdx::{always, format_to};
use syntax::{
ast::{self, AstNode, HasAttrs as _},