Remove #[macro_use] extern crate tracing from rustc_mir_dataflow.
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
#![feature(let_chains)]
|
||||
#![feature(try_blocks)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
use rustc_middle::ty;
|
||||
|
||||
// Please change the public `use` directives cautiously, as they might be used by external tools.
|
||||
|
||||
Reference in New Issue
Block a user