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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue