Skip to content

Commit a0e61b8

Browse files
Add note about rustfmt fix
1 parent 85bb9f8 commit a0e61b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

posts/2021-07-29-Rust-1.54.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ TODO
6767
There are other changes in the Rust 1.54.0 release:
6868
check out what changed in [Rust](XXX), [Cargo](XXX), and [Clippy](XXX).
6969

70+
rustfmt has also been fixed in the 1.54.0 release to properly format nested
71+
out-of-line modules. This may cause changes in formatting to files that were
72+
being ignored by the 1.53.0 rustfmt. See details [here](https://github.com/rust-lang/rust/pull/86424).
73+
7074
### Contributors to 1.54.0
7175

7276
Many people came together to create Rust 1.54.0.

0 commit comments

Comments
 (0)