diff options
| author | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-05-16 16:29:31 -0500 |
|---|---|---|
| committer | Centri3 <114838443+Centri3@users.noreply.github.com> | 2023-05-16 16:29:31 -0500 |
| commit | 97467e4aa39d20273014195bb7362d6bace047ea (patch) | |
| tree | 9058377aa189483884cae39d14cc4b77611283de | |
| parent | 4ff1cd365df96c4d0aef5b899ac248ff11799c36 (diff) | |
| download | rust-97467e4aa39d20273014195bb7362d6bace047ea.tar.gz rust-97467e4aa39d20273014195bb7362d6bace047ea.zip | |
change `clippy::version` to 1.71.0
| -rw-r--r-- | clippy_lints/src/casts/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/casts/mod.rs b/clippy_lints/src/casts/mod.rs index a2f8546d3a6..d62639caca1 100644 --- a/clippy_lints/src/casts/mod.rs +++ b/clippy_lints/src/casts/mod.rs @@ -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" |
