Re-export FxHashMap and FxHashSet from ide_db

This commit is contained in:
Lukas Wirth 2022-04-25 18:51:59 +02:00
parent 8154365b00
commit 4255996965
43 changed files with 70 additions and 94 deletions

View file

@ -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,