pub fn preprocess_multiline_arrow_calls(source: &str) -> String
Preprocess source to merge multiline arrow calls Example: target -> method1(arg) -> method2(arg) becomes: target -> method1(arg) -> method2(arg)