Remove #[macro_use] extern crate tracing
from rustc_middle
.
This commit is contained in:
parent
8ae0694fcb
commit
e9a59dbed8
40 changed files with 41 additions and 6 deletions
|
@ -37,6 +37,7 @@ use rustc_span::symbol::Symbol;
|
|||
use rustc_span::{Span, DUMMY_SP};
|
||||
|
||||
use either::Either;
|
||||
use tracing::trace;
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::cell::RefCell;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue