Remove stray println from rustfmt
This commit is contained in:
parent
a3a84e5dc2
commit
c5284965bd
@ -1994,7 +1994,6 @@ fn rewrite_static(
|
|||||||
static_parts: &StaticParts<'_>,
|
static_parts: &StaticParts<'_>,
|
||||||
offset: Indent,
|
offset: Indent,
|
||||||
) -> Option<String> {
|
) -> Option<String> {
|
||||||
println!("rewriting static");
|
|
||||||
let colon = colon_spaces(context.config);
|
let colon = colon_spaces(context.config);
|
||||||
let mut prefix = format!(
|
let mut prefix = format!(
|
||||||
"{}{}{}{} {}{}{}",
|
"{}{}{}{} {}{}{}",
|
||||||
|
Loading…
Reference in New Issue
Block a user