mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
ItemTree's ItemVisibilities has no identity, so deduplicate
This commit is contained in:
parent
c15fc9a344
commit
13494f4cac
7 changed files with 39 additions and 38 deletions
|
|
@ -5,11 +5,11 @@ use ast::HasName;
|
|||
use cfg::{CfgAtom, CfgExpr};
|
||||
use hir::{
|
||||
AsAssocItem, AttrsWithOwner, HasAttrs, HasCrate, HasSource, ModPath, Name, PathKind, Semantics,
|
||||
Symbol, db::HirDatabase, sym, symbols::FxIndexSet,
|
||||
Symbol, db::HirDatabase, sym,
|
||||
};
|
||||
use ide_assists::utils::{has_test_related_attribute, test_related_attribute_syn};
|
||||
use ide_db::{
|
||||
FilePosition, FxHashMap, FxIndexMap, RootDatabase, SymbolKind,
|
||||
FilePosition, FxHashMap, FxIndexMap, FxIndexSet, RootDatabase, SymbolKind,
|
||||
base_db::RootQueryDb,
|
||||
defs::Definition,
|
||||
documentation::docs_from_attrs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue