Add a comment on args_have_many_closure()
This commit is contained in:
parent
b17de6228f
commit
bfaeac202a
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue