rust/tests/target/chains-indent-visual.rs
2017-08-09 16:36:41 +09:00

9 lines
296 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();
}