We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accffbf commit 2fc9b71Copy full SHA for 2fc9b71
src/macros.rs
@@ -1,5 +1,8 @@
1
#[allow(unknown_lints)]
2
-#[cfg_attr(not(any(feature = "full", feature = "derive")), allow(unused_macro_rules))]
+#[cfg_attr(
3
+ not(any(feature = "full", feature = "derive")),
4
+ allow(unused_macro_rules)
5
+)]
6
macro_rules! ast_struct {
7
(
8
[$($attrs_pub:tt)*]
0 commit comments