Add a comment on args_have_many_closure()

This commit is contained in:
topecongiro 2017-11-03 08:57:38 +09:00
parent b17de6228f
commit bfaeac202a

View file

@ -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<T>(args: &[&T]) -> bool
where
T: ToExpr,