mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
16 lines
135 B
Rust
16 lines
135 B
Rust
// rustfmt-empty_item_single_line: false
|
|
// Empty impl on single line
|
|
|
|
impl Lorem {
|
|
}
|
|
|
|
impl Ipsum {
|
|
}
|
|
|
|
fn lorem() {
|
|
}
|
|
|
|
fn lorem() {
|
|
|
|
}
|