Remove #[macro_use] extern crate tracing
from rustc_borrowck
.
This commit is contained in:
parent
04a07dc314
commit
67556eca99
38 changed files with 38 additions and 3 deletions
|
@ -20,6 +20,7 @@ use rustc_target::abi::FieldIdx;
|
|||
use rustc_trait_selection::error_reporting::InferCtxtErrorExt;
|
||||
use rustc_trait_selection::infer::InferCtxtExt;
|
||||
use rustc_trait_selection::traits;
|
||||
use tracing::debug;
|
||||
|
||||
use crate::diagnostics::BorrowedContentSource;
|
||||
use crate::util::FindAssignments;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue