rust/tests/source/chains-indent-tabbed.rs

6 lines
171 B
Rust
Raw Normal View History

// rustfmt-chain_indent: Block
2015-11-14 17:47:59 +01:00
fn test() {
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
}