]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/common.rs
Auto merge of #101250 - klensy:bump-deps-08-22, r=Dylan-DPC
[rust.git] / compiler / rustc_codegen_llvm / src / common.rs
index 63d3bb40a3fe0c448463f9d32253b984b7476424..13e437cfbf7fb1b52d06589eb20c068ad140a131 100644 (file)
@@ -21,7 +21,6 @@
 
 use libc::{c_char, c_uint};
 use std::fmt::Write;
-use tracing::debug;
 
 /*
 * A note on nomenclature of linking: "extern", "foreign", and "upcall".