diff options
| author | Josh Stone <cuviper@gmail.com> | 2024-03-17 09:35:48 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2024-03-17 09:58:27 -0700 |
| commit | 0ac3d4df6d5b660e42ab829968f74bdfa7e3662b (patch) | |
| tree | ffdc6db4439d86a4e9ff4362b2769883c3ce879b /RELEASES.md | |
| parent | 01864e282a0d0e7f33d26220f23bde501186eb14 (diff) | |
| download | rust-0ac3d4df6d5b660e42ab829968f74bdfa7e3662b.tar.gz rust-0ac3d4df6d5b660e42ab829968f74bdfa7e3662b.zip | |
Apply suggestions from code review
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com> Co-authored-by: Michael Howell <michael@notriddle.com>
Diffstat (limited to 'RELEASES.md')
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index e173a39bf96..57fe92fd80b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -25,7 +25,7 @@ Compiler - [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/) - [Make `i128` and `u128` 16-byte aligned on x86-based targets.](https://github.com/rust-lang/rust/pull/116672/) -- [Add lint `static_mut_ref` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/) +- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/) - [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/) - [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/) - [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/) @@ -102,7 +102,7 @@ Rustdoc Misc ---- -- [Use version-sorting for all sorting.](https://github.com/rust-lang/rust/pull/115046/) +- [Recommend version-sorting for all sorting in style guide.](https://github.com/rust-lang/rust/pull/115046/) <a id="1.77.0-Compatibility-Notes"></a> |
