mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
7 lines
106 B
Rust
7 lines
106 B
Rust
// rustfmt-fn_call_width: 100
|
|
// Function call width
|
|
|
|
fn main() {
|
|
lorem("lorem", "ipsum", "dolor");
|
|
}
|