Skip to main content

PreservePass

Function PreservePass 

Source
fn PreservePass(Working: &str, Options: &Options) -> Result<Option<String>>
Expand description

One pass: parse Working, find the first inlinable binding, apply the text edit, return Some(new_text). Returns None when nothing changed.