Skip to content

Commit 955fbeb

Browse files
committed
reorder lint entries to move MANUAL_DANGLING_PTR_INFO to the correct position
1 parent 5684678 commit 955fbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ pub static LINTS: &[&crate::LintInfo] = &[
9393
crate::casts::CAST_SLICE_DIFFERENT_SIZES_INFO,
9494
crate::casts::CAST_SLICE_FROM_RAW_PARTS_INFO,
9595
crate::casts::CHAR_LIT_AS_U8_INFO,
96-
crate::casts::MANUAL_DANGLING_PTR_INFO,
9796
crate::casts::FN_TO_NUMERIC_CAST_INFO,
9897
crate::casts::FN_TO_NUMERIC_CAST_ANY_INFO,
9998
crate::casts::FN_TO_NUMERIC_CAST_WITH_TRUNCATION_INFO,
99+
crate::casts::MANUAL_DANGLING_PTR_INFO,
100100
crate::casts::PTR_AS_PTR_INFO,
101101
crate::casts::PTR_CAST_CONSTNESS_INFO,
102102
crate::casts::REF_AS_PTR_INFO,

0 commit comments

Comments
 (0)