fn walk_expr_for_bool(e: &Expr, ctx: &mut WalkCtx<'_>)
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.