diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-02-06 12:09:49 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-02-06 12:10:45 +1100 |
| commit | 042fd8c24a5e52faae9b517e3447c707b58d0cd9 (patch) | |
| tree | 741028cd8a3c5249455c9700927a6bb91bb45c72 | |
| parent | 65d7e6937b71a76044575f0f727a4903c1574805 (diff) | |
| download | rust-042fd8c24a5e52faae9b517e3447c707b58d0cd9.tar.gz rust-042fd8c24a5e52faae9b517e3447c707b58d0cd9.zip | |
Remove some unused glob re-exports
These were detected by temporarily making `mod llvm` non-public.
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/mod.rs b/compiler/rustc_codegen_llvm/src/llvm/mod.rs index 2592a7df95c..707aeba22cc 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/mod.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/mod.rs @@ -10,13 +10,9 @@ use libc::c_uint; use rustc_abi::{Align, Size, WrappingRange}; use rustc_llvm::RustString; -pub use self::AtomicRmwBinOp::*; pub use self::CallConv::*; pub use self::CodeGenOptSize::*; -pub use self::IntPredicate::*; -pub use self::Linkage::*; pub use self::MetadataType::*; -pub use self::RealPredicate::*; pub use self::ffi::*; use crate::common::AsCCharPtr; |
