Remove #[macro_use] extern crate tracing from rustc_hir_analysis.

This commit is contained in:
Nicholas Nethercote
2024-08-30 09:02:58 +10:00
parent 67556eca99
commit cc16c902f1
32 changed files with 31 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ use rustc_hir::def_id::LocalDefId;
use rustc_middle::query::Providers;
use rustc_middle::ty::TyCtxt;
use rustc_session::lint;
use tracing::debug;
pub(crate) fn provide(providers: &mut Providers) {
*providers = Providers { check_unused_traits, ..*providers };