Skip to content

Commit b5fa338

Browse files
Merge remote-tracking branch 'origin/master' into sync-from-rust-2024-06-24
2 parents 514fe39 + e494418 commit b5fa338

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/items.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,7 @@ fn rewrite_static(
19941994
static_parts: &StaticParts<'_>,
19951995
offset: Indent,
19961996
) -> Option<String> {
1997+
println!("rewriting static");
19971998
let colon = colon_spaces(context.config);
19981999
let mut prefix = format!(
19992000
"{}{}{}{} {}{}{}",

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#![warn(unreachable_pub)]
44
#![recursion_limit = "256"]
55
#![allow(clippy::match_like_matches_macro)]
6-
#![allow(unreachable_pub)]
76

87
#[macro_use]
98
extern crate tracing;

0 commit comments

Comments
 (0)