Remove stray println from rustfmt

This commit is contained in:
Michael Goulet 2024-06-23 22:27:37 -04:00
parent bcf94dec5b
commit 25446c25fc

View File

@ -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!(
"{}{}{}{} {}{}{}",