Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/ssr.rs')
| -rw-r--r-- | crates/ide/src/ssr.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ide/src/ssr.rs b/crates/ide/src/ssr.rs index ba9a7f62e6..497eb1cc13 100644 --- a/crates/ide/src/ssr.rs +++ b/crates/ide/src/ssr.rs @@ -63,9 +63,8 @@ mod tests { use ide_db::{ base_db::{fixture::WithFixture, salsa::Durability, FileRange}, symbol_index::SymbolsDatabase, - RootDatabase, + FxHashSet, RootDatabase, }; - use rustc_hash::FxHashSet; use super::ssr_assists; |