Skip to content

Commit f650fcd

Browse files
cuviperUrgaunotriddle
authored
Apply suggestions from code review
Co-authored-by: Urgau <[email protected]> Co-authored-by: Michael Howell <[email protected]>
1 parent cc0e85c commit f650fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Compiler
2525

2626
- [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/)
2727
- [Make `i128` and `u128` 16-byte aligned on x86-based targets.](https://github.com/rust-lang/rust/pull/116672/)
28-
- [Add lint `static_mut_ref` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
28+
- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
2929
- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
3030
- [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
3131
- [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
@@ -102,7 +102,7 @@ Rustdoc
102102
Misc
103103
----
104104

105-
- [Use version-sorting for all sorting.](https://github.com/rust-lang/rust/pull/115046/)
105+
- [Recommend version-sorting for all sorting in style guide.](https://github.com/rust-lang/rust/pull/115046/)
106106

107107
<a id="1.77.0-Compatibility-Notes"></a>
108108

0 commit comments

Comments
 (0)