summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/empty_item_single_line/false.rs
blob: 174fe330a8da59c86a3dc2402c047ffee797a157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// rustfmt-empty_item_single_line: false
// Empty impl on single line

impl Lorem {
}

impl Ipsum {
}

fn lorem() {
}

fn lorem() {
}