Remove #[macro_use] extern crate tracing from rustc_codegen_ssa.

This commit is contained in:
Nicholas Nethercote
2024-05-22 15:08:26 +10:00
parent 8e94226e61
commit 8ae0694fcb
19 changed files with 24 additions and 8 deletions

View File

@@ -15,9 +15,6 @@
//! The backend-agnostic functions of this crate use functions defined in various traits that
//! have to be implemented by each backend.
#[macro_use]
extern crate tracing;
use rustc_ast as ast;
use rustc_data_structures::fx::FxHashSet;
use rustc_data_structures::fx::FxIndexMap;