]> git.lizzy.rs Git - rust.git/commit
Implement RFC style for match
authorSeiichi Uchida <seuchida@gmail.com>
Wed, 19 Jul 2017 15:00:36 +0000 (00:00 +0900)
committerSeiichi Uchida <seuchida@gmail.com>
Wed, 19 Jul 2017 15:42:00 +0000 (00:42 +0900)
commit0a2567db930478d58cd53e87623fe70a7eff27c2
tree1bbea5ad2d6bdc57b6a78619ea1cb443e42fa67b
parentde403f4f65e0c22de2ebab9b034154203a204940
Implement RFC style for match

Put the opening brace of match arm's body on the next line if the pattern has
guard and consists of multi lines.
src/expr.rs