Remove stray println from rustfmt

This commit is contained in:
Michael Goulet 2024-06-23 22:27:37 -04:00
parent a3a84e5dc2
commit c5284965bd

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