Skip to content

Commit adbfde4

Browse files
committed
Revert "Yet another unused macro rules lint"
This reverts commit f1396f5. Unneeded since 055a4a5.
1 parent 474e766 commit adbfde4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/macros.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ macro_rules! ast_enum_from_struct {
113113
}
114114

115115
#[cfg(feature = "printing")]
116-
#[cfg_attr(
117-
not(any(feature = "full", feature = "derive")),
118-
allow(unknown_lints, unused_macro_rules)
119-
)]
120116
macro_rules! generate_to_tokens {
121117
(
122118
($($arms:tt)*) $tokens:ident $name:ident {

0 commit comments

Comments
 (0)