@@ -1375,7 +1375,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1375
1375
LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
1376
1376
LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
1377
1377
LintId :: of( non_octal_unix_permissions:: NON_OCTAL_UNIX_PERMISSIONS ) ,
1378
- LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
1379
1378
LintId :: of( open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
1380
1379
LintId :: of( option_env_unwrap:: OPTION_ENV_UNWRAP ) ,
1381
1380
LintId :: of( overflow_check_conditional:: OVERFLOW_CHECK_CONDITIONAL ) ,
@@ -1546,7 +1545,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1546
1545
LintId :: of( non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
1547
1546
LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
1548
1547
LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
1549
- LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
1550
1548
LintId :: of( ptr:: CMP_NULL ) ,
1551
1549
LintId :: of( ptr:: PTR_ARG ) ,
1552
1550
LintId :: of( ptr_eq:: PTR_EQ ) ,
@@ -1791,6 +1789,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1791
1789
LintId :: of( missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
1792
1790
LintId :: of( mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
1793
1791
LintId :: of( mutex_atomic:: MUTEX_INTEGER ) ,
1792
+ LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
1794
1793
LintId :: of( path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
1795
1794
LintId :: of( redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
1796
1795
LintId :: of( regex:: TRIVIAL_REGEX ) ,
0 commit comments