mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Move hir_def::keys to hir_def::dyn_map
This commit is contained in:
parent
40c068f502
commit
12b069f434
7 changed files with 9 additions and 8 deletions
|
@ -20,8 +20,7 @@ use crate::{
|
|||
body::{Expander, LowerCtx},
|
||||
child_by_source::ChildBySource,
|
||||
db::DefDatabase,
|
||||
dyn_map::DynMap,
|
||||
keys,
|
||||
dyn_map::{keys, DynMap},
|
||||
src::{HasChildSource, HasSource},
|
||||
type_ref::{LifetimeRef, TypeBound, TypeRef},
|
||||
AdtId, ConstParamId, GenericDefId, HasModule, LifetimeParamId, LocalLifetimeParamId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue