mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +00:00
77b359ae31
On type format '(', by adding closing ')' automatically
If I understand right, `()` can surround pretty much the same `{}` can, so add another on type formatting pair for convenience: sometimes it's not that pleasant to write parenthesis in `Some(2).map(|i| (i, i+1))` cases and I would prefer r-a to do that for me.
One note: currently,
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |