Remove #[macro_use] extern crate tracing from rustc_mir_transform.

This commit is contained in:
Nicholas Nethercote
2024-08-28 15:03:14 +10:00
parent 0d634185df
commit ed5161c5ac
39 changed files with 39 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ use rustc_data_structures::captures::Captures;
use rustc_data_structures::fx::FxHashSet;
use rustc_middle::mir;
use rustc_span::Span;
use tracing::{debug, debug_span, instrument};
use crate::coverage::graph::{BasicCoverageBlock, CoverageGraph};
use crate::coverage::spans::from_mir::{