Fix link in CHANGELOG.md (#5894)

This commit is contained in:
Collin Styles 2023-08-26 11:01:08 -07:00 committed by GitHub
parent 16db2a4be2
commit 0439486ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
- Support for formatting let-else statements [#5690]
- New config option, `single_line_let_else_max_width`, that allows users to configure the maximum length of single line `let-else` statements. `let-else` statements that otherwise meet the requirements to be formatted on a single line will have their divergent`else` block formatted over multiple lines if they exceed this length [#5684]
[#5690]: https://github.com/rust-lang/rustfmt/pulls/5690
[#5690]: https://github.com/rust-lang/rustfmt/pull/5690
[#5684]: https://github.com/rust-lang/rustfmt/issues/5684
## [1.5.3] 2023-06-20