mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-23 13:13:17 +00:00
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() {}
|