Remove trailing white space
This commit is contained in:
parent
3333262f05
commit
af3536dbbc
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ pub enum StmtKind {
|
|||
Expr(P<Expr>),
|
||||
/// Expr with a trailing semi-colon.
|
||||
Semi(P<Expr>),
|
||||
/// Macro.
|
||||
/// Macro.
|
||||
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue