Remove stray println from rustfmt
This commit is contained in:
parent
bcf94dec5b
commit
25446c25fc
1 changed files with 0 additions and 1 deletions
|
|
@ -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!(
|
||||
"{}{}{}{} {}{}{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue