Remove #[macro_use] extern crate tracing from rustc_trait_selection.

This commit is contained in:
Nicholas Nethercote
2024-08-30 09:20:26 +10:00
parent cc16c902f1
commit 4b3fa8e9f0
48 changed files with 48 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ use rustc_middle::ty::{
};
use rustc_span::Span;
use smallvec::{smallvec, SmallVec};
use tracing::debug;
use super::{NormalizeExt, ObligationCause, PredicateObligation, SelectionContext};