Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into sync-from-rust-2024…
Browse files Browse the repository at this point in the history
…-06-24
  • Loading branch information
compiler-errors committed Jun 25, 2024
2 parents 514fe39 e494418 commit b5fa338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
"{}{}{}{} {}{}{}",
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,6 @@
#![warn(unreachable_pub)]
#![recursion_limit = "256"]
#![allow(clippy::match_like_matches_macro)]
#![allow(unreachable_pub)]

#[macro_use]
extern crate tracing;
Expand Down

0 comments on commit b5fa338

Please sign in to comment.