Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.54 release blog post #870

Merged
merged 10 commits into from
Jul 29, 2021
4 changes: 4 additions & 0 deletions posts/2021-07-29-Rust-1.54.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ TODO
There are other changes in the Rust 1.54.0 release:
check out what changed in [Rust](XXX), [Cargo](XXX), and [Clippy](XXX).
Mark-Simulacrum marked this conversation as resolved.
Show resolved Hide resolved

rustfmt has also been fixed in the 1.54.0 release to properly format nested
out-of-line modules. This may cause changes in formatting to files that were
being ignored by the 1.53.0 rustfmt. See details [here](https://github.com/rust-lang/rust/pull/86424).
Mark-Simulacrum marked this conversation as resolved.
Show resolved Hide resolved

### Contributors to 1.54.0

Many people came together to create Rust 1.54.0.
Expand Down