Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unused_macros warning on ast_enum when features are disabled
warning: unused macro definition: `ast_enum` --> src/macros.rs:40:14 | 40 | macro_rules! ast_enum { | ^^^^^^^^ | = note: `#[warn(unused_macros)]` on by default
- Loading branch information