@@ -1375,7 +1375,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13751375 LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
13761376 LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
13771377 LintId :: of( non_octal_unix_permissions:: NON_OCTAL_UNIX_PERMISSIONS ) ,
1378- LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
13791378 LintId :: of( open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
13801379 LintId :: of( option_env_unwrap:: OPTION_ENV_UNWRAP ) ,
13811380 LintId :: of( overflow_check_conditional:: OVERFLOW_CHECK_CONDITIONAL ) ,
@@ -1546,7 +1545,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15461545 LintId :: of( non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
15471546 LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
15481547 LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
1549- LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
15501548 LintId :: of( ptr:: CMP_NULL ) ,
15511549 LintId :: of( ptr:: PTR_ARG ) ,
15521550 LintId :: of( ptr_eq:: PTR_EQ ) ,
@@ -1791,6 +1789,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
17911789 LintId :: of( missing_const_for_fn:: MISSING_CONST_FOR_FN ) ,
17921790 LintId :: of( mutable_debug_assertion:: DEBUG_ASSERT_WITH_MUT_CALL ) ,
17931791 LintId :: of( mutex_atomic:: MUTEX_INTEGER ) ,
1792+ LintId :: of( nonstandard_macro_braces:: NONSTANDARD_MACRO_BRACES ) ,
17941793 LintId :: of( path_buf_push_overwrite:: PATH_BUF_PUSH_OVERWRITE ) ,
17951794 LintId :: of( redundant_pub_crate:: REDUNDANT_PUB_CRATE ) ,
17961795 LintId :: of( regex:: TRIVIAL_REGEX ) ,
0 commit comments