1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_mir_dataflow.

This commit is contained in:
Nicholas Nethercote 2024-05-22 14:45:14 +10:00
parent bb364fe950
commit 9287aede31
8 changed files with 7 additions and 3 deletions

View file

@ -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.