Skip to content

Commit

Permalink
Merge unknown_lints + unused_macro_rules attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 13, 2022
1 parent 2fc9b71 commit 209165e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#[allow(unknown_lints)]
#[cfg_attr(
not(any(feature = "full", feature = "derive")),
allow(unused_macro_rules)
allow(unknown_lints, unused_macro_rules)
)]
macro_rules! ast_struct {
(
Expand Down

0 comments on commit 209165e

Please sign in to comment.