mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
11 lines
104 B
Rust
11 lines
104 B
Rust
![]() |
// rustfmt-impl_empty_single_line: false
|
||
|
// Empty impl on single line
|
||
|
|
||
|
impl Lorem {
|
||
|
|
||
|
}
|
||
|
|
||
|
impl Ipsum {
|
||
|
|
||
|
}
|