Remove #[macro_use] extern crate tracing
from rustc_trait_selection
.
This commit is contained in:
parent
cc16c902f1
commit
4b3fa8e9f0
48 changed files with 48 additions and 3 deletions
|
@ -31,6 +31,7 @@ use rustc_middle::ty::{
|
|||
};
|
||||
use rustc_span::symbol::sym;
|
||||
use rustc_span::Symbol;
|
||||
use tracing::{debug, instrument, trace};
|
||||
|
||||
use self::EvaluationResult::*;
|
||||
use self::SelectionCandidate::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue