]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/configs/empty_item_single_line/true.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / configs / empty_item_single_line / true.rs
CommitLineData
f20569fa
XL
1// rustfmt-empty_item_single_line: true
2// Empty impl on single line
3
4impl Lorem {}
5
6impl Ipsum {}
7
8fn lorem() {}
9
10fn lorem() {}