Skip to content

Commit 727ae5d

Browse files
committed
Fix whitespace
1 parent 1566e8a commit 727ae5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

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

0 commit comments

Comments
 (0)