]> git.lizzy.rs Git - rust.git/commit
Only put `{` on a newline in a match arm where necessary
authorNick Cameron <ncameron@mozilla.com>
Mon, 15 Oct 2018 01:06:52 +0000 (14:06 +1300)
committerNick Cameron <ncameron@mozilla.com>
Mon, 15 Oct 2018 01:06:52 +0000 (14:06 +1300)
commite29fd7bebe0ba302ec8d326a02c86b7fe71c30b4
treeca331c293dc780c657dd0cd3ca0fb059be1c4e44
parent2f8c1fea72dee881b602d850422568b1f8c14d12
Only put `{` on a newline in a match arm where necessary

Fixes #3005
src/chains.rs
src/matches.rs
src/utils.rs