Remove #[macro_use] extern crate tracing from rustc_resolve.
Explicit imports are more standard nowadays and easier to read.
This commit is contained in:
@@ -40,6 +40,7 @@ use std::iter;
|
||||
use std::ops::Deref;
|
||||
|
||||
use thin_vec::ThinVec;
|
||||
use tracing::debug;
|
||||
|
||||
use super::NoConstantGenericsReason;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user