From a88e7506a6419cb8d7ebc8c89188b0dba1c17d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20K=C3=A5re=20Alsaker?= Date: Mon, 10 Jul 2017 22:07:55 +0200 Subject: [PATCH] Fix whitespace --- src/librustc/hir/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/hir/mod.rs b/src/librustc/hir/mod.rs index 39e17434fa1..c90fb056152 100644 --- a/src/librustc/hir/mod.rs +++ b/src/librustc/hir/mod.rs @@ -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, BodyId, Span, Option), /// A block (`{ ... }`)