mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Move things from traits
module to types
as well
This commit is contained in:
parent
508a1ecad3
commit
645a9c3a27
12 changed files with 107 additions and 110 deletions
|
@ -49,7 +49,7 @@ pub use lower::{
|
|||
associated_type_shorthand_candidates, callable_item_sig, CallableDefId, ImplTraitLoweringMode,
|
||||
TyDefId, TyLoweringContext, ValueTyDefId,
|
||||
};
|
||||
pub use traits::{AliasEq, DomainGoal, InEnvironment, TraitEnvironment};
|
||||
pub use traits::TraitEnvironment;
|
||||
pub use types::*;
|
||||
pub use walk::TypeWalk;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue