diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-22 14:45:14 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-23 18:02:40 +1000 |
| commit | 9287aede315833ed6220ba5ad1cfd2ce13249b92 (patch) | |
| tree | 98a85113b3e869210ccdaba6ed388e977bd67be7 /compiler/rustc_mir_dataflow/src/move_paths/builder.rs | |
| parent | bb364fe9502e1a70c9464bbfdbc40a280caad762 (diff) | |
| download | rust-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.rs | 1 |
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; |
