Remove #[macro_use] extern crate tracing from rustc_resolve.

Explicit imports are more standard nowadays and easier to read.
This commit is contained in:
Nicholas Nethercote
2024-05-10 13:46:24 +10:00
parent 41aea279e5
commit d1f5beeed5
10 changed files with 15 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ use std::iter;
use std::ops::Deref;
use thin_vec::ThinVec;
use tracing::debug;
use super::NoConstantGenericsReason;