mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
7 lines
142 B
Rust
7 lines
142 B
Rust
// rustfmt-chain_indent: Visual
|
|
// Chain indent
|
|
|
|
fn main() {
|
|
let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elite();
|
|
}
|