]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-match_arm_blocks-true.rs
Rename wrap_match_arms to match_arm_blocks
[rust.git] / tests / target / configs-match_arm_blocks-true.rs
1 // rustfmt-match_arm_blocks: true
2 // Wrap match-arms
3
4 fn main() {
5     match lorem {
6         true => {
7             foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x)
8         }
9         false => println!("{}", sit),
10     }
11 }