Usually the macro would emit allow attributes as part of its output, but that's not possible for compiler features, because they have to be at crate level.
At some point it would be helpful to move #[allow(unused_braces)] into the macro output, and make it apply only to the statements generated by the macro.
Originally posted by @teor2345 in #7 (comment)
Usually the macro would emit
allowattributes as part of its output, but that's not possible for compiler features, because they have to be at crate level.At some point it would be helpful to move
#[allow(unused_braces)]into the macro output, and make it apply only to the statements generated by the macro.Originally posted by @teor2345 in #7 (comment)