7 lines
150 B
Rust
7 lines
150 B
Rust
// rustfmt-chain_one_line_max: 100
|
|
// Chain one line max
|
|
|
|
fn main() {
|
|
let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elit();
|
|
}
|