Function rustc_lint::builtin::pierce_parens
source ยท fn pierce_parens(expr: &Expr) -> &Expr
Expand description
Traverse through any amount of parenthesis and return the first non-parens expression.
fn pierce_parens(expr: &Expr) -> &Expr
Traverse through any amount of parenthesis and return the first non-parens expression.