Skip to content

Commit

Permalink
Fix typo in ast_enum cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 31, 2023
1 parent a193361 commit e2b6ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macro_rules! ast_struct {
};
}

#[cfg(any(feature = "full", features = "derive"))]
#[cfg(any(feature = "full", feature = "derive"))]
macro_rules! ast_enum {
(
$(#[$enum_attr:meta])*
Expand Down

0 comments on commit e2b6ebc

Please sign in to comment.