mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 20:54:13 +00:00
7 lines
101 B
Rust
7 lines
101 B
Rust
// rustfmt-fn_empty_single_line: true
|
|
// Empty function on single line
|
|
|
|
fn lorem() {}
|
|
|
|
fn lorem() {}
|