Remove #[macro_use] extern crate tracing from rustc_incremental.

This commit is contained in:
Nicholas Nethercote
2024-05-22 13:58:19 +10:00
parent a7cd7bb829
commit c4bdd298fe
8 changed files with 7 additions and 4 deletions

View File

@@ -6,9 +6,6 @@
#![feature(rustdoc_internals)]
#![allow(internal_features)]
#[macro_use]
extern crate tracing;
mod assert_dep_graph;
mod errors;
mod persist;