mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
remove forward pointer for type_ref
This commit is contained in:
parent
e564334320
commit
e5300ad3ba
14 changed files with 27 additions and 24 deletions
|
@ -39,7 +39,6 @@ mod nameres;
|
|||
mod adt;
|
||||
mod traits;
|
||||
mod type_alias;
|
||||
mod type_ref;
|
||||
mod ty;
|
||||
mod attr;
|
||||
mod impl_block;
|
||||
|
@ -75,7 +74,6 @@ pub use crate::{
|
|||
ty::{
|
||||
display::HirDisplay, ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor, TypeWalk,
|
||||
},
|
||||
type_ref::Mutability,
|
||||
};
|
||||
|
||||
pub use self::code_model::{
|
||||
|
@ -89,4 +87,5 @@ pub use self::code_model::{
|
|||
pub use hir_def::{
|
||||
name::Name,
|
||||
path::{Path, PathKind},
|
||||
type_ref::Mutability,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue