Merge remote-tracking branch 'origin/master' into sync-from-rust-2024-06-24

This commit is contained in:
Michael Goulet 2024-06-24 23:02:45 -04:00
commit b5fa338f23
2 changed files with 1 additions and 1 deletions

View File

@ -1994,6 +1994,7 @@ fn rewrite_static(
static_parts: &StaticParts<'_>,
offset: Indent,
) -> Option<String> {
println!("rewriting static");
let colon = colon_spaces(context.config);
let mut prefix = format!(
"{}{}{}{} {}{}{}",

View File

@ -3,7 +3,6 @@
#![warn(unreachable_pub)]
#![recursion_limit = "256"]
#![allow(clippy::match_like_matches_macro)]
#![allow(unreachable_pub)]
#[macro_use]
extern crate tracing;