Remove #[macro_use] extern crate tracing from rustc_mir_dataflow.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user