Remove #[macro_use] extern crate tracing from rustc_infer.
This commit is contained in:
@@ -4,6 +4,7 @@ use rustc_data_structures::snapshot_map::{self, SnapshotMapRef, SnapshotMapStora
|
||||
use rustc_data_structures::undo_log::Rollback;
|
||||
use rustc_middle::traits::EvaluationResult;
|
||||
use rustc_middle::ty;
|
||||
use tracing::{debug, info};
|
||||
|
||||
use super::PredicateObligation;
|
||||
use crate::infer::snapshot::undo_log::InferCtxtUndoLogs;
|
||||
|
||||
Reference in New Issue
Block a user