Skip to main content

without_let_bindings

Function without_let_bindings 

Source
pub fn without_let_bindings(text: &str) -> String
Expand description

The text with every let … in binding list blanked, so a local binding never reads as an attribute of the value the expression returns.