Remove #[macro_use] extern crate tracing
from rustc_mir_transform
.
This commit is contained in:
parent
0d634185df
commit
ed5161c5ac
39 changed files with 39 additions and 3 deletions
|
@ -15,6 +15,7 @@ use rustc_mir_dataflow::{
|
|||
};
|
||||
use rustc_span::Span;
|
||||
use rustc_target::abi::{FieldIdx, VariantIdx};
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use crate::deref_separator::deref_finder;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue