about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-22 14:45:14 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-23 18:02:40 +1000
commit9287aede315833ed6220ba5ad1cfd2ce13249b92 (patch)
tree98a85113b3e869210ccdaba6ed388e977bd67be7 /compiler/rustc_mir_dataflow/src/move_paths/builder.rs
parentbb364fe9502e1a70c9464bbfdbc40a280caad762 (diff)
downloadrust-9287aede315833ed6220ba5ad1cfd2ce13249b92.tar.gz
rust-9287aede315833ed6220ba5ad1cfd2ce13249b92.zip
Remove `#[macro_use] extern crate tracing` from `rustc_mir_dataflow`.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/move_paths/builder.rs')
-rw-r--r--compiler/rustc_mir_dataflow/src/move_paths/builder.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_mir_dataflow/src/move_paths/builder.rs b/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
index 521ecb1b9a5..1fb77bef3d4 100644
--- a/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
+++ b/compiler/rustc_mir_dataflow/src/move_paths/builder.rs
@@ -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;