Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix obsolete rule in ast_enum_of_structs
warning: 1st rule of macro `ast_enum_of_structs` is never used --> src/macros.rs:56:5 | 56 | / ( 57 | | $(#[$enum_attr:meta])* 58 | | $pub:ident $enum:ident $name:ident #$tag:ident $body:tt 59 | | $($remaining:tt)* 60 | | ) => { | |_____^ | = note: `#[warn(unused_macro_rules)]` on by default
- Loading branch information