rust/clippy_lints
bors 3120b09151 Auto merge of #7299 - DevinR528:macro-brace, r=llogiq
Add macro_braces lint to check for irregular brace use in certain macros

The name is a bit long but this sounds good as `#[allow(unconventional_macro_braces)]` and it seems more clear that we are talking about the macro call not macro definitions, any feedback let me know. Thanks!
fixes #7278

changelog: Add ``[`unconventional_macro_braces`]`` lint that checks for uncommon brace usage with macros.
2021-06-19 17:56:56 +00:00
..
src Auto merge of #7299 - DevinR528:macro-brace, r=llogiq 2021-06-19 17:56:56 +00:00
Cargo.toml Bump Clippy version -> 0.1.55 2021-06-17 10:23:08 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.