mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref
This commit is contained in:
parent
8e7c104b3a
commit
99b69525f4
33 changed files with 96 additions and 94 deletions
|
@ -89,7 +89,7 @@ use base_db::FileId;
|
|||
use hir_def::{
|
||||
child_by_source::ChildBySource,
|
||||
dyn_map::DynMap,
|
||||
expr::{BindingId, LabelId},
|
||||
hir::{BindingId, LabelId},
|
||||
keys::{self, Key},
|
||||
AdtId, ConstId, ConstParamId, DefWithBodyId, EnumId, EnumVariantId, FieldId, FunctionId,
|
||||
GenericDefId, GenericParamId, ImplId, LifetimeParamId, MacroId, ModuleId, StaticId, StructId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue