@@ -804,7 +804,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
804804 & pattern_type_mismatch:: PATTERN_TYPE_MISMATCH ,
805805 & precedence:: PRECEDENCE ,
806806 & ptr:: CMP_NULL ,
807- & ptr:: INVALID_NULL_USAGE ,
807+ & ptr:: INVALID_NULL_PTR_USAGE ,
808808 & ptr:: MUT_FROM_REF ,
809809 & ptr:: PTR_ARG ,
810810 & ptr_eq:: PTR_EQ ,
@@ -1512,7 +1512,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
15121512 LintId :: of( & partialeq_ne_impl:: PARTIALEQ_NE_IMPL ) ,
15131513 LintId :: of( & precedence:: PRECEDENCE ) ,
15141514 LintId :: of( & ptr:: CMP_NULL ) ,
1515- LintId :: of( & ptr:: INVALID_NULL_USAGE ) ,
1515+ LintId :: of( & ptr:: INVALID_NULL_PTR_USAGE ) ,
15161516 LintId :: of( & ptr:: MUT_FROM_REF ) ,
15171517 LintId :: of( & ptr:: PTR_ARG ) ,
15181518 LintId :: of( & ptr_eq:: PTR_EQ ) ,
@@ -1836,7 +1836,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
18361836 LintId :: of( & mut_key:: MUTABLE_KEY_TYPE ) ,
18371837 LintId :: of( & open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
18381838 LintId :: of( & option_env_unwrap:: OPTION_ENV_UNWRAP ) ,
1839- LintId :: of( & ptr:: INVALID_NULL_USAGE ) ,
1839+ LintId :: of( & ptr:: INVALID_NULL_PTR_USAGE ) ,
18401840 LintId :: of( & ptr:: MUT_FROM_REF ) ,
18411841 LintId :: of( & ranges:: REVERSED_EMPTY_RANGES ) ,
18421842 LintId :: of( & regex:: INVALID_REGEX ) ,
0 commit comments