Remove #[macro_use] extern crate tracing from rustc_trait_selection.
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user