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

6 lines
76 B
Rust
Raw Normal View History

2018-05-05 20:23:04 -05:00
// rustfmt-remove_nested_parens: true
fn main() {
((((((foo()))))));
}