mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
remove forward pointer to Path
This commit is contained in:
parent
f8ddef875a
commit
e564334320
12 changed files with 27 additions and 20 deletions
|
@ -3,6 +3,7 @@ use std::sync::Arc;
|
|||
|
||||
use hir_def::{
|
||||
name::{self, Name},
|
||||
path::{Path, PathKind},
|
||||
CrateModuleId,
|
||||
};
|
||||
use rustc_hash::FxHashSet;
|
||||
|
@ -17,7 +18,6 @@ use crate::{
|
|||
generics::GenericParams,
|
||||
impl_block::ImplBlock,
|
||||
nameres::{CrateDefMap, PerNs},
|
||||
path::{Path, PathKind},
|
||||
Adt, BuiltinType, Const, Enum, EnumVariant, Function, MacroDef, ModuleDef, Static, Struct,
|
||||
Trait, TypeAlias,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue