Remove #[macro_use] extern crate tracing
from rustc_hir_analysis
.
This commit is contained in:
parent
67556eca99
commit
cc16c902f1
32 changed files with 31 additions and 3 deletions
|
@ -13,6 +13,7 @@ use rustc_middle::query::Providers;
|
|||
use rustc_middle::ty::{self, TyCtxt, TypeVisitableExt};
|
||||
use rustc_session::parse::feature_err;
|
||||
use rustc_span::{sym, ErrorGuaranteed};
|
||||
use tracing::debug;
|
||||
|
||||
use crate::errors;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue