mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 08:36:03 +00:00
7 lines
149 B
Rust
7 lines
149 B
Rust
// rustfmt-chain_one_line_max: 10
|
|
// Chain one line max
|
|
|
|
fn main() {
|
|
let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elit();
|
|
}
|