From 25446c25fc48f186e3a35697af42be644b0ff3fb Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Sun, 23 Jun 2024 22:27:37 -0400 Subject: [PATCH] Remove stray println from rustfmt --- src/tools/rustfmt/src/items.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/rustfmt/src/items.rs b/src/tools/rustfmt/src/items.rs index c8ea104e9d6a8..eb11604b2771f 100644 --- a/src/tools/rustfmt/src/items.rs +++ b/src/tools/rustfmt/src/items.rs @@ -1994,7 +1994,6 @@ fn rewrite_static( static_parts: &StaticParts<'_>, offset: Indent, ) -> Option { - println!("rewriting static"); let colon = colon_spaces(context.config); let mut prefix = format!( "{}{}{}{} {}{}{}",