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,); } ``` |
||
---|---|---|
.. | ||
snapshots | ||
diagnostics.rs | ||
extend_selection.rs | ||
folding_ranges.rs | ||
join_lines.rs | ||
lib.rs | ||
line_index_utils.rs | ||
line_index.rs | ||
structure.rs | ||
test_utils.rs | ||
typing.rs |