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

impl Lorem {

}

impl Ipsum {

}

fn lorem() {
}

fn lorem() {
}