]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/builder.rs
Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov
[rust.git] / compiler / rustc_codegen_llvm / src / builder.rs
index e7e373bf45d11043f9e3ba32bd18d09f10313322..63b63c6a1fab5d42d89c48ca7dea9dfc90ddd69e 100644 (file)
@@ -27,7 +27,6 @@
 use std::iter;
 use std::ops::Deref;
 use std::ptr;
-use tracing::{debug, instrument};
 
 // All Builders must have an llfn associated with them
 #[must_use]