about summary refs log tree commit diff
path: root/compiler/rustc_privacy/src
diff options
context:
space:
mode:
authorAlan Egerton <eggyal@gmail.com>2022-06-17 13:15:00 +0100
committerAlan Egerton <eggyal@gmail.com>2022-07-06 06:41:53 +0100
commit4f0a64736b94a84da4272867366b8679b585e603 (patch)
tree308153eb8dcc4a08ff2349ba65e7105542acd46e /compiler/rustc_privacy/src
parente9e5d0685b0d1e068b1511242b6da9e57a74561f (diff)
downloadrust-4f0a64736b94a84da4272867366b8679b585e603.tar.gz
rust-4f0a64736b94a84da4272867366b8679b585e603.zip
Update TypeVisitor paths
Diffstat (limited to 'compiler/rustc_privacy/src')
-rw-r--r--compiler/rustc_privacy/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_privacy/src/lib.rs b/compiler/rustc_privacy/src/lib.rs
index 229d7f55695..cd91e402cac 100644
--- a/compiler/rustc_privacy/src/lib.rs
+++ b/compiler/rustc_privacy/src/lib.rs
@@ -27,9 +27,7 @@ use rustc_middle::thir::abstract_const::Node as ACNode;
 use rustc_middle::ty::query::Providers;
 use rustc_middle::ty::subst::InternalSubsts;
 use rustc_middle::ty::{self, Const, DefIdTree, GenericParamDefKind};
-use rustc_middle::ty::{
-    TraitRef, Ty, TyCtxt, TypeFoldable, TypeSuperFoldable, TypeVisitable, TypeVisitor,
-};
+use rustc_middle::ty::{TraitRef, Ty, TyCtxt, TypeSuperVisitable, TypeVisitable, TypeVisitor};
 use rustc_session::lint;
 use rustc_span::hygiene::Transparency;
 use rustc_span::symbol::{kw, Ident};