Fix whitespace
This commit is contained in:
parent
2afd04c009
commit
a88e7506a6
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ pub enum Expr_ {
|
|||
/// A closure (for example, `move |a, b, c| {a + b + c}`).
|
||||
///
|
||||
/// The final span is the span of the argument block `|...|`
|
||||
///
|
||||
///
|
||||
/// This may also be a generator literal, in that case there is an GeneratorClause.
|
||||
ExprClosure(CaptureClause, P<FnDecl>, BodyId, Span, Option<GeneratorClause>),
|
||||
/// A block (`{ ... }`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue