diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2023-09-02 20:45:52 -0400 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2023-09-02 20:45:52 -0400 |
| commit | d9af418223e26df77923a2fbe82a6c2c7d5fa5a7 (patch) | |
| tree | 2946864557dda6982819c5533a06089af998dec7 | |
| parent | 4429ccfa9ff6f0d540ea5ccfb51b548d71c46125 (diff) | |
| download | rust-d9af418223e26df77923a2fbe82a6c2c7d5fa5a7.tar.gz rust-d9af418223e26df77923a2fbe82a6c2c7d5fa5a7.zip | |
Add another renamed Clippy lint to release notes
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5431df06d50..c5ac070b317 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -11,7 +11,7 @@ Language - [Stabilize inline asm for LoongArch64](https://github.com/rust-lang/rust/pull/111235/) - [Uplift `clippy::undropped_manually_drops` lint](https://github.com/rust-lang/rust/pull/111530/) - [Uplift `clippy::invalid_utf8_in_unchecked` lint](https://github.com/rust-lang/rust/pull/111543/) as `invalid_from_utf8_unchecked` and `invalid_from_utf8` -- [Uplift `clippy::cast_ref_to_mut` lint](https://github.com/rust-lang/rust/pull/111567/) +- [Uplift `clippy::cast_ref_to_mut` lint](https://github.com/rust-lang/rust/pull/111567/) as `invalid_reference_casting` - [Uplift `clippy::cmp_nan` lint](https://github.com/rust-lang/rust/pull/111818/) as `invalid_nan_comparisons` - [resolve: Remove artificial import ambiguity errors](https://github.com/rust-lang/rust/pull/112086/) - [Don't require associated types with Self: Sized bounds in `dyn Trait` objects](https://github.com/rust-lang/rust/pull/112319/) |
