diff options
| author | Alan Egerton <eggyal@gmail.com> | 2023-02-09 14:02:47 +0000 |
|---|---|---|
| committer | Alan Egerton <eggyal@gmail.com> | 2023-02-13 10:24:46 +0000 |
| commit | c95eca2857ef712c8fe952c17fce8a5e962fcacc (patch) | |
| tree | ab7be94105a383da610fa58f64a81ff87fc4bf7b /src | |
| parent | 56951e4f2b136fbf8b6a93fd1577779855052a62 (diff) | |
| download | rust-c95eca2857ef712c8fe952c17fce8a5e962fcacc.tar.gz rust-c95eca2857ef712c8fe952c17fce8a5e962fcacc.zip | |
Alias folding/visiting traits instead of re-export
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
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}; |
