We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 514fe39 + e494418 commit b5fa338Copy full SHA for b5fa338
src/items.rs
@@ -1994,6 +1994,7 @@ 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
"{}{}{}{} {}{}{}",
src/lib.rs
@@ -3,7 +3,6 @@
3
#![warn(unreachable_pub)]
4
#![recursion_limit = "256"]
5
#![allow(clippy::match_like_matches_macro)]
6
-#![allow(unreachable_pub)]
7
8
#[macro_use]
9
extern crate tracing;
0 commit comments