Skip to content

Commit

Permalink
Minor documentation improvements for StmtKind
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian authored Sep 3, 2017
1 parent c8642da commit 3333262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsyntax/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,9 @@ pub enum StmtKind {

/// Expr without trailing semi-colon.
Expr(P<Expr>),

/// Expr with a trailing semi-colon.
Semi(P<Expr>),

/// Macro.
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
}

Expand Down

0 comments on commit 3333262

Please sign in to comment.