Remove #[macro_use] extern crate tracing
from rustc_codegen_llvm
.
This commit is contained in:
parent
9287aede31
commit
8e94226e61
19 changed files with 18 additions and 4 deletions
|
@ -30,6 +30,7 @@ use std::borrow::Cow;
|
|||
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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue