Remove #[macro_use] extern crate tracing
from rustc_mir_dataflow
.
This commit is contained in:
parent
bb364fe950
commit
9287aede31
8 changed files with 7 additions and 3 deletions
|
@ -19,6 +19,7 @@ use rustc_middle::mir::{create_dump_file, dump_enabled};
|
|||
use rustc_middle::ty::print::with_no_trimmed_paths;
|
||||
use rustc_middle::ty::TyCtxt;
|
||||
use rustc_span::symbol::{sym, Symbol};
|
||||
use tracing::{debug, error};
|
||||
|
||||
use super::fmt::DebugWithContext;
|
||||
use super::graphviz;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue