3120b09151
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. |
||
---|---|---|
.. | ||
bad_toml | ||
bad_toml_type | ||
conf_deprecated_key | ||
fn_params_excessive_bools | ||
functions_maxlines | ||
good_toml_no_false_negatives | ||
invalid_min_rust_version | ||
lint_decimal_readability | ||
min_rust_version | ||
nonstandard_macro_braces | ||
struct_excessive_bools | ||
toml_blacklist | ||
toml_disallowed_method | ||
toml_disallowed_type | ||
toml_trivially_copy | ||
toml_unknown_key | ||
upper_case_acronyms_aggressive | ||
vec_box_sized | ||
zero_single_char_names | ||
update-all-references.sh |