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

impl Lorem {

}

impl Ipsum {

}

fn lorem() {
}

fn lorem() {
}