Skip to content

Commit 97467e4

Browse files
committed
change clippy::version to 1.71.0
1 parent 4ff1cd3 commit 97467e4

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
@@ -445,7 +445,7 @@ declare_clippy_lint! {
445445
/// let mut_ptr = ptr.cast_mut();
446446
/// let ptr = mut_ptr.cast_const();
447447
/// ```
448-
#[clippy::version = "1.65.0"]
448+
#[clippy::version = "1.71.0"]
449449
pub PTR_CAST_CONSTNESS,
450450
pedantic,
451451
"casting using `as` from and to raw pointers to change constness when specialized methods apply"

0 commit comments

Comments
 (0)