2017-11-13 01:25:50 -06:00
|
|
|
// rustfmt-indent_style: Visual
|
2015-11-14 10:47:59 -06:00
|
|
|
|
|
|
|
fn test() {
|
2017-08-07 01:17:57 -05:00
|
|
|
let x = my_long_function().my_even_longer_function()
|
|
|
|
.my_nested_function()
|
|
|
|
.some_random_name()
|
|
|
|
.another_function()
|
|
|
|
.do_it();
|
2015-11-14 10:47:59 -06:00
|
|
|
}
|