Skip to content

Commit 2fc9b71

Browse files
committed
Format with rustfmt 1.4.38
1 parent accffbf commit 2fc9b71

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/macros.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#[allow(unknown_lints)]
2-
#[cfg_attr(not(any(feature = "full", feature = "derive")), allow(unused_macro_rules))]
2+
#[cfg_attr(
3+
not(any(feature = "full", feature = "derive")),
4+
allow(unused_macro_rules)
5+
)]
36
macro_rules! ast_struct {
47
(
58
[$($attrs_pub:tt)*]

0 commit comments

Comments
 (0)