change clippy::version to 1.71.0
This commit is contained in:
parent
4ff1cd365d
commit
97467e4aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue