Move hir_def::keys to hir_def::dyn_map

This commit is contained in:
Lukas Wirth 2023-04-06 19:49:33 +02:00
parent 40c068f502
commit 12b069f434
7 changed files with 9 additions and 8 deletions

View file

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