File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Compiler
25
25
26
26
- [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/)
27
27
- [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/)
29
29
- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
30
30
- [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
31
31
- [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
@@ -102,7 +102,7 @@ Rustdoc
102
102
Misc
103
103
----
104
104
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/)
106
106
107
107
<a id="1.77.0-Compatibility-Notes"></a>
108
108
You can’t perform that action at this time.
0 commit comments