rust/tests/target/configs-wrap_match_arms-false.rs

11 lines
244 B
Rust
Raw Normal View History

// rustfmt-wrap_match_arms: false
// Wrap match-arms
fn main() {
match lorem {
true =>
foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x),
false => println!("{}", sit),
}
}