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

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