Skip to content

Commit

Permalink
Format with rustfmt 1.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 13, 2022
1 parent accffbf commit 2fc9b71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#[allow(unknown_lints)]
#[cfg_attr(not(any(feature = "full", feature = "derive")), allow(unused_macro_rules))]
#[cfg_attr(
not(any(feature = "full", feature = "derive")),
allow(unused_macro_rules)
)]
macro_rules! ast_struct {
(
[$($attrs_pub:tt)*]
Expand Down

0 comments on commit 2fc9b71

Please sign in to comment.