Function rustfmt_nightly::closures::args_have_many_closure

source ·
pub(crate) fn args_have_many_closure(args: &[OverflowableItem<'_>]) -> bool
Expand description

Returns true if the given vector of arguments has more than one ast::ExprKind::Closure.