@@ -1164,6 +1164,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1164
1164
LintId :: of( & types:: CAST_POSSIBLE_TRUNCATION ) ,
1165
1165
LintId :: of( & types:: CAST_POSSIBLE_WRAP ) ,
1166
1166
LintId :: of( & types:: CAST_PRECISION_LOSS ) ,
1167
+ LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
1167
1168
LintId :: of( & types:: CAST_SIGN_LOSS ) ,
1168
1169
LintId :: of( & types:: IMPLICIT_HASHER ) ,
1169
1170
LintId :: of( & types:: INVALID_UPCAST_COMPARISONS ) ,
@@ -1410,7 +1411,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1410
1411
LintId :: of( & types:: ABSURD_EXTREME_COMPARISONS ) ,
1411
1412
LintId :: of( & types:: BORROWED_BOX ) ,
1412
1413
LintId :: of( & types:: BOX_VEC ) ,
1413
- LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
1414
1414
LintId :: of( & types:: CAST_REF_TO_MUT ) ,
1415
1415
LintId :: of( & types:: CHAR_LIT_AS_U8 ) ,
1416
1416
LintId :: of( & types:: FN_TO_NUMERIC_CAST ) ,
@@ -1669,7 +1669,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1669
1669
LintId :: of( & transmute:: WRONG_TRANSMUTE ) ,
1670
1670
LintId :: of( & transmuting_null:: TRANSMUTING_NULL ) ,
1671
1671
LintId :: of( & types:: ABSURD_EXTREME_COMPARISONS ) ,
1672
- LintId :: of( & types:: CAST_PTR_ALIGNMENT ) ,
1673
1672
LintId :: of( & types:: CAST_REF_TO_MUT ) ,
1674
1673
LintId :: of( & types:: UNIT_CMP ) ,
1675
1674
LintId :: of( & unicode:: ZERO_WIDTH_SPACE ) ,
0 commit comments