Remove #[macro_use] extern crate tracing
from rustc_resolve
.
Explicit imports are more standard nowadays and easier to read.
This commit is contained in:
parent
41aea279e5
commit
d1f5beeed5
10 changed files with 15 additions and 9 deletions
|
@ -34,6 +34,7 @@ use rustc_span::hygiene::LocalExpnId;
|
|||
use rustc_span::symbol::{kw, Ident, Symbol};
|
||||
use rustc_span::Span;
|
||||
use smallvec::SmallVec;
|
||||
use tracing::debug;
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue