mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03: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() {
|
|
|
|
}
|