summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/remove_nested_parens/remove_nested_parens.rs
blob: d896042c33cec086851c72891807f937efda2aa0 (plain)
1
2
3
4
5
// rustfmt-remove_nested_parens: true

fn main() {
    (foo());
}