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
|
@ -3,6 +3,7 @@ use rustc_hir::def::DefKind;
|
|||
use rustc_hir::def_id::DefId;
|
||||
use rustc_middle::ty::{self, GenericArg, GenericArgKind, Ty, TyCtxt};
|
||||
use rustc_span::Span;
|
||||
use tracing::debug;
|
||||
|
||||
use super::explicit::ExplicitPredicatesMap;
|
||||
use super::utils::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue