mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Re-export FxHashMap
and FxHashSet
from ide_db
This commit is contained in:
parent
8154365b00
commit
4255996965
43 changed files with 70 additions and 94 deletions
|
@ -5,9 +5,8 @@ use ide_db::{
|
|||
helpers::pick_best_token,
|
||||
search::{FileReference, ReferenceCategory, SearchScope},
|
||||
syntax_helpers::node_ext::{for_each_break_and_continue_expr, for_each_tail_expr, walk_expr},
|
||||
RootDatabase,
|
||||
FxHashSet, RootDatabase,
|
||||
};
|
||||
use rustc_hash::FxHashSet;
|
||||
use syntax::{
|
||||
ast::{self, HasLoopBody},
|
||||
match_ast, AstNode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue