Skip to content

Commit

Permalink
Remove stray println from rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Jun 25, 2024
1 parent a3a84e5 commit c528496
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
"{}{}{}{} {}{}{}",
Expand Down

0 comments on commit c528496

Please sign in to comment.