We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba9c01 commit aae0336Copy full SHA for aae0336
clippy_lints/src/casts/mod.rs
@@ -845,7 +845,7 @@ declare_clippy_lint! {
845
/// u64::try_from(x).expect("usize should fit in u64")
846
/// }
847
/// ```
848
- #[clippy::version = "1.89.0"]
+ #[clippy::version = "1.95.0"]
849
pub CAST_PTR_SIZED_INT,
850
restriction,
851
"casts between pointer-sized and fixed-size integer types may behave differently across platforms"
0 commit comments