Function clippy_utils::binary_expr_needs_parentheses
source ยท pub fn binary_expr_needs_parentheses(expr: &Expr<'_>) -> boolExpand description
Returns true if the given expr is binary expression that needs to be wrapped in parentheses.