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 | ba55a453eba195fa3fae02b636abcf2bf9f59b95 (patch) | |
| tree | c513f6f979cc03d7f37e88d7b490cb90a5b76307 /compiler/rustc_codegen_cranelift/src | |
| parent | 62846d7c99ca4e17be8c6867fc4b50d10c8a6ec1 (diff) | |
| download | rust-ba55a453eba195fa3fae02b636abcf2bf9f59b95.tar.gz rust-ba55a453eba195fa3fae02b636abcf2bf9f59b95.zip | |
Alias folding/visiting traits instead of re-export
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index d3868730557..c7fe382bac4 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/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}; |
