We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a84e5 commit c528496Copy full SHA for c528496
src/items.rs
@@ -1994,7 +1994,6 @@ fn rewrite_static(
1994
static_parts: &StaticParts<'_>,
1995
offset: Indent,
1996
) -> Option<String> {
1997
- println!("rewriting static");
1998
let colon = colon_spaces(context.config);
1999
let mut prefix = format!(
2000
"{}{}{}{} {}{}{}",
0 commit comments