diff options
| author | Philipp Krones <hello@philkrones.com> | 2022-07-18 09:39:37 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2022-07-18 09:39:37 +0200 |
| commit | 7d4daaa8fa71337fc78b1b7799d048d51a3b3fcd (patch) | |
| tree | bff228b4e1035020349d3d974500c5137b72161e /clippy_lints/src/casts | |
| parent | f88a1399bb89f9c4f95fb4a1e6d9b5ab05f35201 (diff) | |
| download | rust-7d4daaa8fa71337fc78b1b7799d048d51a3b3fcd.tar.gz rust-7d4daaa8fa71337fc78b1b7799d048d51a3b3fcd.zip | |
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
Diffstat (limited to 'clippy_lints/src/casts')
| -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 02c2f30a4dd..af3798a0cc8 100644 --- a/clippy_lints/src/casts/mod.rs +++ b/clippy_lints/src/casts/mod.rs @@ -500,7 +500,7 @@ declare_clippy_lint! { /// let x: i32 = -42; /// let y: u32 = x.unsigned_abs(); /// ``` - #[clippy::version = "1.61.0"] + #[clippy::version = "1.62.0"] pub CAST_ABS_TO_UNSIGNED, suspicious, "casting the result of `abs()` to an unsigned integer can panic" |
