diff --git a/src/expr.rs b/src/expr.rs index 89cb29881bd3..09b9a4e622e1 100644 --- a/src/expr.rs +++ b/src/expr.rs @@ -2350,6 +2350,7 @@ where } } +/// Returns true if the given vector of arguments has more than one `ast::ExprKind::Closure`. fn args_have_many_closure(args: &[&T]) -> bool where T: ToExpr,