@@ -1167,6 +1167,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
11671167 LintId :: of( & types:: CAST_POSSIBLE_TRUNCATION ) ,
11681168 LintId :: of( & types:: CAST_POSSIBLE_WRAP ) ,
11691169 LintId :: of( & types:: CAST_PRECISION_LOSS ) ,
1170+ LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
11701171 LintId :: of( & types:: CAST_SIGN_LOSS ) ,
11711172 LintId :: of( & types:: IMPLICIT_HASHER ) ,
11721173 LintId :: of( & types:: INVALID_UPCAST_COMPARISONS ) ,
@@ -1413,7 +1414,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
14131414 LintId :: of( & types:: ABSURD_EXTREME_COMPARISONS ) ,
14141415 LintId :: of( & types:: BORROWED_BOX ) ,
14151416 LintId :: of( & types:: BOX_VEC ) ,
1416- LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
14171417 LintId :: of( & types:: CAST_REF_TO_MUT ) ,
14181418 LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
14191419 LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
@@ -1673,7 +1673,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
16731673 LintId :: of( & transmute:: WRONG_TRANSMUTE ) ,
16741674 LintId :: of( & transmuting_null:: TRANSMUTING_NULL ) ,
16751675 LintId :: of( & types:: ABSURD_EXTREME_COMPARISONS ) ,
1676- LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
16771676 LintId :: of( & types:: CAST_REF_TO_MUT ) ,
16781677 LintId :: of( & types:: UNIT_CMP ) ,
16791678 LintId :: of( & unicode:: ZERO_WIDTH_SPACE ) ,
0 commit comments