11 lines
129 B
Rust
11 lines
129 B
Rust
// rustfmt-empty_item_single_line: true
|
|
// Empty impl on single line
|
|
|
|
impl Lorem {}
|
|
|
|
impl Ipsum {}
|
|
|
|
fn lorem() {}
|
|
|
|
fn lorem() {}
|