blob: e3ab320c6e19405de0496099141370654db7241d [file] [log] [blame]
// 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();
}