Remove type-traversal trait aliases
This commit is contained in:
parent
3b4d6e0804
commit
695072daa6
191 changed files with 657 additions and 569 deletions
|
@ -15,7 +15,7 @@ use rustc_middle::ty::{
|
|||
self,
|
||||
query::Providers,
|
||||
subst::SubstsRef,
|
||||
visit::{ir::TypeVisitor, TypeSuperVisitable, TypeVisitable},
|
||||
visit::{TypeSuperVisitable, TypeVisitable, TypeVisitableExt, TypeVisitor},
|
||||
Const, Ty, TyCtxt, UnusedGenericParams,
|
||||
};
|
||||
use rustc_span::symbol::sym;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue