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

@@ -4,6 +4,7 @@ use rustc_middle::mir::*;
use rustc_middle::ty::{self, Ty, TyCtxt, TypeVisitableExt};
use rustc_middle::{bug, span_bug};
use smallvec::{smallvec, SmallVec};
use tracing::debug;
use std::mem;