Remove #[macro_use] extern crate tracing from rustc_mir_dataflow.

This commit is contained in:
Nicholas Nethercote
2024-05-22 14:45:14 +10:00
parent bb364fe950
commit 9287aede31
8 changed files with 7 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ use rustc_index::Idx;
use rustc_middle::bug;
use rustc_middle::mir::{self, Body, CallReturnPlaces, Location, TerminatorEdges};
use rustc_middle::ty::{self, TyCtxt};
use tracing::{debug, instrument};
use crate::drop_flag_effects_for_function_entry;
use crate::drop_flag_effects_for_location;