mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Move hir_def::adt to hir_def::data::adt
This commit is contained in:
parent
3dd17bcfc3
commit
8e7c104b3a
18 changed files with 33 additions and 26 deletions
|
@ -7,8 +7,8 @@ use std::fmt::{self, Debug};
|
|||
use base_db::CrateId;
|
||||
use chalk_ir::{BoundVar, TyKind};
|
||||
use hir_def::{
|
||||
adt::VariantData,
|
||||
body,
|
||||
data::adt::VariantData,
|
||||
db::DefDatabase,
|
||||
find_path,
|
||||
generics::{TypeOrConstParamData, TypeParamProvenance},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue