Commit accffbf
committed
Fix unused macro rule in no-default-features mode
warning: 1st rule of macro `ast_struct` is never used
--> src/macros.rs:2:5
|
2 | / (
3 | | [$($attrs_pub:tt)*]
4 | | struct $name:ident #full $($rest:tt)*
5 | | ) => {
| |_____^
|
= note: `#[warn(unused_macro_rules)]` on by default1 parent e3798ce commit accffbf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments