mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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
|
@ -18,7 +18,6 @@ pub mod db;
|
|||
|
||||
pub mod attr;
|
||||
pub mod path;
|
||||
pub mod type_ref;
|
||||
pub mod builtin_type;
|
||||
pub mod builtin_attr;
|
||||
pub mod per_ns;
|
||||
|
@ -34,7 +33,8 @@ pub mod generics;
|
|||
pub mod lang_item;
|
||||
pub mod layout;
|
||||
|
||||
pub mod expr;
|
||||
pub mod hir;
|
||||
pub use self::hir::type_ref;
|
||||
pub mod body;
|
||||
pub mod resolver;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue