From 04a07dc31418f7dd9827183fd090cfec75dd4d51 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 30 Aug 2024 08:35:03 +1000 Subject: Remove `#[macro_use] extern crate tracing` from `rustc_infer`. --- compiler/rustc_infer/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'compiler/rustc_infer/src/lib.rs') diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs index 94aa2ddd92f..051bba58518 100644 --- a/compiler/rustc_infer/src/lib.rs +++ b/compiler/rustc_infer/src/lib.rs @@ -31,9 +31,6 @@ #![warn(unreachable_pub)] // tidy-alphabetical-end -#[macro_use] -extern crate tracing; - mod errors; pub mod infer; pub mod traits; -- cgit 1.4.1-3-g733a5