Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -19,7 +19,6 @@ use rustc_target::asm::*;
|
||||
|
||||
use libc::{c_char, c_uint};
|
||||
use smallvec::SmallVec;
|
||||
use tracing::debug;
|
||||
|
||||
impl<'ll, 'tcx> AsmBuilderMethods<'tcx> for Builder<'_, 'll, 'tcx> {
|
||||
fn codegen_inline_asm(
|
||||
|
||||
Reference in New Issue
Block a user