Remove #[macro_use] extern crate tracing from rustc_resolve.
Explicit imports are more standard nowadays and easier to read.
This commit is contained in:
@@ -32,6 +32,8 @@ use rustc_span::Span;
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
use tracing::debug;
|
||||
|
||||
type Res = def::Res<NodeId>;
|
||||
|
||||
impl<'a, Id: Into<DefId>> ToNameBinding<'a>
|
||||
|
||||
Reference in New Issue
Block a user