Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_ssr/src/search.rs')
| -rw-r--r-- | crates/ide_ssr/src/search.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_ssr/src/search.rs b/crates/ide_ssr/src/search.rs index ffecffc46d..0a85569b60 100644 --- a/crates/ide_ssr/src/search.rs +++ b/crates/ide_ssr/src/search.rs @@ -9,8 +9,8 @@ use ide_db::{ base_db::{FileId, FileRange}, defs::Definition, search::{SearchScope, UsageSearchResult}, + FxHashSet, }; -use rustc_hash::FxHashSet; use syntax::{ast, AstNode, SyntaxKind, SyntaxNode}; /// A cache for the results of find_usages. This is for when we have multiple patterns that have the |