]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/consts.rs
Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov
[rust.git] / compiler / rustc_codegen_llvm / src / consts.rs
index d3e33da27993c6b3286765128fd0b7ca6ce04952..a559f7f3d57035a58da56542d948fdad98a9274a 100644 (file)
@@ -23,7 +23,6 @@
     AddressSpace, Align, HasDataLayout, Primitive, Scalar, Size, WrappingRange,
 };
 use std::ops::Range;
-use tracing::debug;
 
 pub fn const_alloc_to_llvm<'ll>(cx: &CodegenCx<'ll, '_>, alloc: ConstAllocation<'_>) -> &'ll Value {
     let alloc = alloc.inner();