We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5684678 commit 955fbebCopy full SHA for 955fbeb
clippy_lints/src/declared_lints.rs
@@ -93,10 +93,10 @@ pub static LINTS: &[&crate::LintInfo] = &[
93
crate::casts::CAST_SLICE_DIFFERENT_SIZES_INFO,
94
crate::casts::CAST_SLICE_FROM_RAW_PARTS_INFO,
95
crate::casts::CHAR_LIT_AS_U8_INFO,
96
- crate::casts::MANUAL_DANGLING_PTR_INFO,
97
crate::casts::FN_TO_NUMERIC_CAST_INFO,
98
crate::casts::FN_TO_NUMERIC_CAST_ANY_INFO,
99
crate::casts::FN_TO_NUMERIC_CAST_WITH_TRUNCATION_INFO,
+ crate::casts::MANUAL_DANGLING_PTR_INFO,
100
crate::casts::PTR_AS_PTR_INFO,
101
crate::casts::PTR_CAST_CONSTNESS_INFO,
102
crate::casts::REF_AS_PTR_INFO,
0 commit comments