Skip to content

Commit aae0336

Browse files
Update clippy_lints/src/casts/mod.rs
Co-authored-by: Samuel Tardieu <[email protected]>
1 parent fba9c01 commit aae0336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/casts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ declare_clippy_lint! {
845845
/// u64::try_from(x).expect("usize should fit in u64")
846846
/// }
847847
/// ```
848-
#[clippy::version = "1.89.0"]
848+
#[clippy::version = "1.95.0"]
849849
pub CAST_PTR_SIZED_INT,
850850
restriction,
851851
"casts between pointer-sized and fixed-size integer types may behave differently across platforms"

0 commit comments

Comments
 (0)