1
Fork 0

Fix whitespace

This commit is contained in:
John Kåre Alsaker 2017-07-10 22:07:55 +02:00
parent 2afd04c009
commit a88e7506a6

View file

@ -1023,7 +1023,7 @@ pub enum Expr_ {
/// A closure (for example, `move |a, b, c| {a + b + c}`). /// A closure (for example, `move |a, b, c| {a + b + c}`).
/// ///
/// The final span is the span of the argument block `|...|` /// The final span is the span of the argument block `|...|`
/// ///
/// This may also be a generator literal, in that case there is an GeneratorClause. /// This may also be a generator literal, in that case there is an GeneratorClause.
ExprClosure(CaptureClause, P<FnDecl>, BodyId, Span, Option<GeneratorClause>), ExprClosure(CaptureClause, P<FnDecl>, BodyId, Span, Option<GeneratorClause>),
/// A block (`{ ... }`) /// A block (`{ ... }`)