We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf94de commit 25446c2Copy full SHA for 25446c2
src/tools/rustfmt/src/items.rs
@@ -1994,7 +1994,6 @@ fn rewrite_static(
1994
static_parts: &StaticParts<'_>,
1995
offset: Indent,
1996
) -> Option<String> {
1997
- println!("rewriting static");
1998
let colon = colon_spaces(context.config);
1999
let mut prefix = format!(
2000
"{}{}{}{} {}{}{}",
0 commit comments