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.
clippy::version
1 parent 4ff1cd3 commit 97467e4Copy full SHA for 97467e4
clippy_lints/src/casts/mod.rs
@@ -445,7 +445,7 @@ declare_clippy_lint! {
445
/// let mut_ptr = ptr.cast_mut();
446
/// let ptr = mut_ptr.cast_const();
447
/// ```
448
- #[clippy::version = "1.65.0"]
+ #[clippy::version = "1.71.0"]
449
pub PTR_CAST_CONSTNESS,
450
pedantic,
451
"casting using `as` from and to raw pointers to change constness when specialized methods apply"
0 commit comments