Merge remote-tracking branch 'origin/master' into sync-from-rust-2024-06-24
This commit is contained in:
commit
b5fa338f23
2 changed files with 1 additions and 1 deletions
|
|
@ -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!(
|
||||
"{}{}{}{} {}{}{}",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
#![warn(unreachable_pub)]
|
||||
#![recursion_limit = "256"]
|
||||
#![allow(clippy::match_like_matches_macro)]
|
||||
#![allow(unreachable_pub)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue