File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ For a full history of changes in the Rust 2024 style edition, see the git
3636history of the style guide. Notable changes in the Rust 2024 style edition
3737include:
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
You can’t perform that action at this time.
0 commit comments