Remove #[macro_use] extern crate tracing from rustc_const_eval.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:20:23 +10:00
parent c7da1a5bb8
commit 7a5d814a04
27 changed files with 29 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
use std::sync::atomic::Ordering::Relaxed;
use either::{Left, Right};
use tracing::{debug, instrument, trace};
use rustc_hir::def::DefKind;
use rustc_middle::bug;