rust/tests/target/chains-indent-visual.rs
Nick Cameron 9761cf71d8 Tests
2016-04-22 18:53:39 +12:00

10 lines
217 B
Rust

// rustfmt-chain_indent: Visual
fn test() {
let x = my_long_function()
.my_even_longer_function()
.my_nested_function()
.some_random_name()
.another_function()
.do_it();
}