change clippy::version to 1.71.0

This commit is contained in:
Centri3 2023-05-16 16:29:31 -05:00
parent 4ff1cd365d
commit 97467e4aa3

View file

@ -445,7 +445,7 @@ declare_clippy_lint! {
/// let mut_ptr = ptr.cast_mut();
/// let ptr = mut_ptr.cast_const();
/// ```
#[clippy::version = "1.65.0"]
#[clippy::version = "1.71.0"]
pub PTR_CAST_CONSTNESS,
pedantic,
"casting using `as` from and to raw pointers to change constness when specialized methods apply"