Remove #[macro_use] extern crate tracing from rustc_middle.

This commit is contained in:
Nicholas Nethercote
2024-05-22 15:20:21 +10:00
parent 8ae0694fcb
commit e9a59dbed8
40 changed files with 41 additions and 6 deletions

View File

@@ -63,9 +63,6 @@
#![feature(yeet_expr)]
// tidy-alphabetical-end
#[macro_use]
extern crate tracing;
#[cfg(test)]
mod tests;