Remove #[macro_use] extern crate tracing from rustc_codegen_llvm.
This commit is contained in:
@@ -19,6 +19,7 @@ use rustc_target::spec::Target;
|
||||
|
||||
use libc::{c_char, c_uint};
|
||||
use std::fmt::Write;
|
||||
use tracing::debug;
|
||||
|
||||
/*
|
||||
* A note on nomenclature of linking: "extern", "foreign", and "upcall".
|
||||
|
||||
Reference in New Issue
Block a user