mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 08:23:26 +00:00
10 lines
105 B
Rust
10 lines
105 B
Rust
![]() |
// rustfmt-fn_empty_single_line: false
|
||
|
// Empty function on single line
|
||
|
|
||
|
fn lorem() {
|
||
|
}
|
||
|
|
||
|
fn lorem() {
|
||
|
|
||
|
}
|