Remove #[macro_use] extern crate tracing from rustc_lint.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:09:17 +10:00
parent c4bdd298fe
commit c7da1a5bb8
11 changed files with 10 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ use rustc_target::abi::Abi;
use rustc_trait_selection::infer::{InferCtxtExt, TyCtxtInferExt};
use rustc_trait_selection::traits::query::evaluate_obligation::InferCtxtExt as _;
use rustc_trait_selection::traits::{self, misc::type_allowed_to_implement_copy};
use tracing::debug;
use crate::nonstandard_style::{method_context, MethodLateContext};