Skip to content

Commit 75d207a

Browse files
committed
add link to PR to 2024 style edition summary
1 parent 29944c5 commit 75d207a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/doc/style-guide/src/editions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ For a full history of changes in the Rust 2024 style edition, see the git
3636
history of the style guide. Notable changes in the Rust 2024 style edition
3737
include:
3838

39-
- As the last argument of a function call, delimited expressions are generally
40-
combinable, regardless of the number of function arguments. Previously only
41-
applied with exactly one argument (except for closures with explicit blocks).
39+
- [#114764](https://github.com/rust-lang/rust/pull/114764) As the last member
40+
of a delimited expression, delimited expressions are generally combinable,
41+
regardless of the number of members. Previously only applied with exactly
42+
one member (except for closures with explicit blocks).
4243
- Miscellaneous `rustfmt` bugfixes.
4344

4445
## Rust 2015/2018/2021 style edition

0 commit comments

Comments
 (0)