rust/tests/source/configs/remove_nested_parens/remove_nested_parens.rs

6 lines
76 B
Rust
Raw Normal View History

2018-05-06 09:23:04 +08:00
// rustfmt-remove_nested_parens: true
fn main() {
((((((foo()))))));
}