Remove #[macro_use] extern crate tracing
from rustc_ty_utils
.
This commit is contained in:
parent
5293c6adb7
commit
bbe4efdb47
9 changed files with 8 additions and 3 deletions
|
@ -11,6 +11,7 @@ use rustc_middle::ty::{self, Expr, TyCtxt, TypeVisitableExt};
|
|||
use rustc_middle::{mir, thir};
|
||||
use rustc_span::Span;
|
||||
use rustc_target::abi::{VariantIdx, FIRST_VARIANT};
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use std::iter;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue