Skip to content

Commit

Permalink
add link to PR to 2024 style edition summary
Browse files Browse the repository at this point in the history
  • Loading branch information
pitaj committed Aug 17, 2023
1 parent 29944c5 commit 75d207a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/doc/style-guide/src/editions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ For a full history of changes in the Rust 2024 style edition, see the git
history of the style guide. Notable changes in the Rust 2024 style edition
include:

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

## Rust 2015/2018/2021 style edition
Expand Down

0 comments on commit 75d207a

Please sign in to comment.