about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-09-01 16:25:32 +0000
committerbors <bors@rust-lang.org>2022-09-01 16:25:32 +0000
commit9af618b62e91b45d61f41548f24ba60b834e362b (patch)
tree8734c2141aa7caa1a5b7628b285f0d80bb40086e /compiler/rustc_codegen_llvm/src/llvm_util.rs
parentfb888117da6cb3bdae352bafbdb2dc8e2b78a271 (diff)
parent3f1f694ca5845131782d69f0598b0f6e5b3ae3d5 (diff)
downloadrust-9af618b62e91b45d61f41548f24ba60b834e362b.tar.gz
rust-9af618b62e91b45d61f41548f24ba60b834e362b.zip
Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebank
Tracing cleanup

r? `@ghost`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index f5d676c44e3..1b049dfe979 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -15,7 +15,6 @@ use rustc_span::symbol::Symbol;
 use rustc_target::spec::{MergeFunctions, PanicStrategy};
 use smallvec::{smallvec, SmallVec};
 use std::ffi::{CStr, CString};
-use tracing::debug;
 
 use std::mem;
 use std::path::Path;