Remove #[macro_use] extern crate tracing from rustc_ty_utils.

This commit is contained in:
Nicholas Nethercote
2024-05-22 13:16:49 +10:00
parent 5293c6adb7
commit bbe4efdb47
9 changed files with 8 additions and 3 deletions

View File

@@ -16,9 +16,6 @@
#![feature(let_chains)]
#![feature(never_type)]
#[macro_use]
extern crate tracing;
use rustc_middle::query::Providers;
mod abi;