diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-04 06:40:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 06:40:30 +0100 |
| commit | a5efeb3ea766e41068f3c8b6c61b7bb73b8bcf5d (patch) | |
| tree | a71ed40d08ff1b63362c3b029521c8f90c5d13c7 | |
| parent | 6718ea1cff98da785c10079cac1c1ecc30c12d52 (diff) | |
| parent | a0c21e4e7ea3a2143af9e65a98a19e6b1942ff53 (diff) | |
| download | rust-a5efeb3ea766e41068f3c8b6c61b7bb73b8bcf5d.tar.gz rust-a5efeb3ea766e41068f3c8b6c61b7bb73b8bcf5d.zip | |
Rollup merge of #103825 - Mark-Simulacrum:fix-relnotes, r=pietroalbini
Remove let_underscore_must_use from list of uplifted lints Per https://internals.rust-lang.org/t/rust-1-65-0-pre-release-testing/17660/2 We probably won't backport this (not worth rebuilding stable artifacts over it) but still should be fixed.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index a3df56f1d2a..ad550260c8b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,7 +6,7 @@ Language - [Error on `as` casts of enums with `#[non_exhaustive]` variants](https://github.com/rust-lang/rust/pull/92744/) - [Stabilize `let else`](https://github.com/rust-lang/rust/pull/93628/) - [Stabilize generic associated types (GATs)](https://github.com/rust-lang/rust/pull/96709/) -- [Add lints `let_underscore_drop`, `let_underscore_lock`, and `let_underscore_must_use` from Clippy](https://github.com/rust-lang/rust/pull/97739/) +- [Add lints `let_underscore_drop` and `let_underscore_lock` from Clippy](https://github.com/rust-lang/rust/pull/97739/) - [Stabilize `break`ing from arbitrary labeled blocks ("label-break-value")](https://github.com/rust-lang/rust/pull/99332/) - [Uninitialized integers, floats, and raw pointers are now considered immediate UB](https://github.com/rust-lang/rust/pull/98919/). Usage of `MaybeUninit` is the correct way to work with uninitialized memory. |
