Skip to content

Commit 840f572

Browse files
Apply suggestions from code review
Co-authored-by: Mark Rousskov <[email protected]>
1 parent bb47c69 commit 840f572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2022-01-20-Rust-1.58.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and you can read more about it [on the advisory we published earlier
2929
today][advisory]. We recommend all users to update their toolchain immediately
3030
and rebuild their programs with the updated compiler.
3131

32-
Rust 1.58.1 also addresse several regressions introduced in Rust 1.58.0:
32+
Rust 1.58.1 also addresses several regressions in diagnostics and tooling introduced in Rust 1.58.0:
3333

3434
* The `non_send_fields_in_send_ty` Clippy lint was discovered to have too many
3535
false positives and has been moved to the experimental lints group (called
@@ -38,7 +38,7 @@ Rust 1.58.1 also addresse several regressions introduced in Rust 1.58.0:
3838
identifiers in format strings, introduced in Rust 1.58.0.
3939
* A regression in Rustfmt preventing generated files from being formatted when
4040
passed through the standard input has been fixed.
41-
* An incorrect error message displayed by Rustc in some cases have been fixed.
41+
* An incorrect error message displayed by `rustc` in some cases have been fixed.
4242

4343
You can find more detailed information on the specific regressions in the
4444
[release notes].

0 commit comments

Comments
 (0)