about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlan Egerton <eggyal@gmail.com>2023-02-09 14:02:47 +0000
committerAlan Egerton <eggyal@gmail.com>2023-02-13 10:24:46 +0000
commitc95eca2857ef712c8fe952c17fce8a5e962fcacc (patch)
treeab7be94105a383da610fa58f64a81ff87fc4bf7b /src
parent56951e4f2b136fbf8b6a93fd1577779855052a62 (diff)
downloadrust-c95eca2857ef712c8fe952c17fce8a5e962fcacc.tar.gz
rust-c95eca2857ef712c8fe952c17fce8a5e962fcacc.zip
Alias folding/visiting traits instead of re-export
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d3868730557..c7fe382bac4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -86,7 +86,7 @@ mod prelude {
     pub(crate) use rustc_middle::ty::layout::{self, LayoutOf, TyAndLayout};
     pub(crate) use rustc_middle::ty::{
         self, FloatTy, Instance, InstanceDef, IntTy, ParamEnv, Ty, TyCtxt, TypeAndMut,
-        TypeFoldable, TypeVisitable, UintTy,
+        TypeFoldable, UintTy,
     };
     pub(crate) use rustc_target::abi::{Abi, Scalar, Size, VariantIdx};