@@ -1137,6 +1137,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11371137 LintId :: of( needless_continue:: NEEDLESS_CONTINUE ) ,
11381138 LintId :: of( needless_for_each:: NEEDLESS_FOR_EACH ) ,
11391139 LintId :: of( needless_pass_by_value:: NEEDLESS_PASS_BY_VALUE ) ,
1140+ LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
11401141 LintId :: of( non_expressive_names:: SIMILAR_NAMES ) ,
11411142 LintId :: of( pass_by_ref_or_value:: LARGE_TYPES_PASSED_BY_VALUE ) ,
11421143 LintId :: of( pass_by_ref_or_value:: TRIVIALLY_COPY_PASS_BY_REF ) ,
@@ -1393,7 +1394,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
13931394 LintId :: of( non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
13941395 LintId :: of( non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
13951396 LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
1396- LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
13971397 LintId :: of( non_octal_unix_permissions:: NON_OCTAL_UNIX_PERMISSIONS ) ,
13981398 LintId :: of( open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
13991399 LintId :: of( option_env_unwrap:: OPTION_ENV_UNWRAP ) ,
@@ -1567,7 +1567,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15671567 LintId :: of( non_copy_const:: BORROW_INTERIOR_MUTABLE_CONST ) ,
15681568 LintId :: of( non_copy_const:: DECLARE_INTERIOR_MUTABLE_CONST ) ,
15691569 LintId :: of( non_expressive_names:: JUST_UNDERSCORES_AND_DIGITS ) ,
1570- LintId :: of( non_expressive_names:: MANY_SINGLE_CHAR_NAMES ) ,
15711570 LintId :: of( ptr:: CMP_NULL ) ,
15721571 LintId :: of( ptr:: PTR_ARG ) ,
15731572 LintId :: of( ptr_eq:: PTR_EQ ) ,
0 commit comments