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

@ -1,6 +1,4 @@
use ide_db::syntax_helpers::node_ext::vis_eq;
use rustc_hash::FxHashSet;
use ide_db::{syntax_helpers::node_ext::vis_eq, FxHashSet};
use syntax::{
ast::{self, AstNode, AstToken},
match_ast, Direction, NodeOrToken, SourceFile,