diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-23 22:27:37 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-23 22:27:41 -0400 |
| commit | 22aac496cc674222f14d162c545158e54942e9a5 (patch) | |
| tree | 2feeeebd6eb919242bbc09ce4c3c703e6ba6b928 | |
| parent | 8f8a463cbd66122f1a47bc885a12c78d73532934 (diff) | |
| download | rust-22aac496cc674222f14d162c545158e54942e9a5.tar.gz rust-22aac496cc674222f14d162c545158e54942e9a5.zip | |
Remove stray println from rustfmt
| -rw-r--r-- | src/items.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/items.rs b/src/items.rs index c8ea104e9d6..eb11604b277 100644 --- a/src/items.rs +++ b/src/items.rs @@ -1994,7 +1994,6 @@ fn rewrite_static( static_parts: &StaticParts<'_>, offset: Indent, ) -> Option<String> { - println!("rewriting static"); let colon = colon_spaces(context.config); let mut prefix = format!( "{}{}{}{} {}{}{}", |
