10 lines
241 B
Rust
Raw Normal View History

2021-09-20 16:29:28 -07:00
// rustfmt-binop_separator: Back
fn main() {
match val {
ThisIsA::ReallyLongPatternNameToHelpOverflowTheNextValueOntoTheNextLine | ThisIsA::SecondValueSeparatedByAPipe | ThisIsA::ThirdValueSeparatedByAPipe => {
//
}
}
}