Remove #[macro_use] extern crate tracing from rustc_mir_build.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:35:22 +10:00
parent d787fb062c
commit 2539364053
25 changed files with 26 additions and 6 deletions

View File

@@ -10,9 +10,6 @@
#![feature(let_chains)]
#![feature(try_blocks)]
#[macro_use]
extern crate tracing;
mod build;
mod check_unsafety;
mod errors;