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

6 lines
66 B
Rust

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