walk_expr_for_bool

Function walk_expr_for_bool 

Source
fn walk_expr_for_bool(e: &Expr, ctx: &mut WalkCtx<'_>)
Expand description

Top-level walk for nested sub-statements; the bool-wrap heuristic only fires on the RHS of an assignment / decl, so this just recurses without emitting edits of its own.