diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-22 14:50:24 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-23 18:02:40 +1000 |
| commit | 8e94226e618d99f9fa1e27ae0f81fcf738417486 (patch) | |
| tree | dc33eed91345c1bdfcca73dbf05d3c88452595e0 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 9287aede315833ed6220ba5ad1cfd2ce13249b92 (diff) | |
| download | rust-8e94226e618d99f9fa1e27ae0f81fcf738417486.tar.gz rust-8e94226e618d99f9fa1e27ae0f81fcf738417486.zip | |
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_llvm/src/lib.rs b/compiler/rustc_codegen_llvm/src/lib.rs index 1cecf682e5d..4915dcdaea4 100644 --- a/compiler/rustc_codegen_llvm/src/lib.rs +++ b/compiler/rustc_codegen_llvm/src/lib.rs @@ -15,9 +15,6 @@ #![feature(let_chains)] #![feature(impl_trait_in_assoc_type)] -#[macro_use] -extern crate tracing; - use back::owned_target_machine::OwnedTargetMachine; use back::write::{create_informational_target_machine, create_target_machine}; |
