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