mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
40add5de9a
We will also remove optional whitespace between the expression and the comma. e.g. ```rust fn foo() { let x = (<|>{ 4 } ,); // NOTE: whitespace } ``` becomes ```rust fn foo() { let x = (<|>4,); } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |