diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-08-30 13:35:05 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-08-30 13:35:05 +1000 |
| commit | c3beb056871f477c23462c4cf838759dc214dfe2 (patch) | |
| tree | 8c3cd0ce91d997bbe8fa7883d0205eec265edfd9 /src/expr.rs | |
| parent | 1fcfd57e2fbd59d2b4edbb6e3e86846646823357 (diff) | |
| download | rust-c3beb056871f477c23462c4cf838759dc214dfe2.tar.gz rust-c3beb056871f477c23462c4cf838759dc214dfe2.zip | |
Remove `#[macro_use] extern crate tracing` from rustfmt.
Diffstat (limited to 'src/expr.rs')
| -rw-r--r-- | src/expr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/expr.rs b/src/expr.rs index c7c4b680b07..6ba5217bc92 100644 --- a/src/expr.rs +++ b/src/expr.rs @@ -5,6 +5,7 @@ use itertools::Itertools; use rustc_ast::token::{Delimiter, Lit, LitKind}; use rustc_ast::{ast, ptr, token, ForLoopKind, MatchKind}; use rustc_span::{BytePos, Span}; +use tracing::debug; use crate::chains::rewrite_chain; use crate::closures; |
