preprocess_multiline_arrow_calls

Function preprocess_multiline_arrow_calls 

Source
pub fn preprocess_multiline_arrow_calls(source: &str) -> String
Expand description

Preprocess source to merge multiline arrow calls Example: target -> method1(arg) -> method2(arg) becomes: target -> method1(arg) -> method2(arg)