rust/tests/source/configs/remove_nested_parens/remove_nested_parens.rs
2018-05-06 09:23:45 +08:00

6 lines
76 B
Rust

// rustfmt-remove_nested_parens: true
fn main() {
((((((foo()))))));
}