1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_passes.

This commit is contained in:
Nicholas Nethercote 2024-05-22 13:47:35 +10:00
parent 448fc75232
commit 725292315e
5 changed files with 4 additions and 5 deletions

View file

@ -12,9 +12,6 @@
#![feature(map_try_insert)]
#![feature(try_blocks)]
#[macro_use]
extern crate tracing;
use rustc_middle::query::Providers;
pub mod abi_test;