Remove stray println from rustfmt · rust-lang/rust@25446c2

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 25446c2

Remove stray println from rustfmt

1 parent bcf94de commit 25446c2

File tree

1 file changed

+

0

-

1

lines changed

1 file changed

+

0

-

1

lines changed

Lines changed: 0 additions & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -1994,7 +1994,6 @@ fn rewrite_static(

19941994

static_parts: &StaticParts<'_>,

19951995

offset: Indent,

19961996

) -> Option<String> {

1997-

println!("rewriting static");

19981997

let colon = colon_spaces(context.config);

19991998

let mut prefix = format!(

20001999

"{}{}{}{} {}{}{}",

0 commit comments

Comments

 (0)