Remove trailing white space
This commit is contained in:
@@ -763,7 +763,7 @@ pub enum StmtKind {
|
|||||||
Expr(P<Expr>),
|
Expr(P<Expr>),
|
||||||
/// Expr with a trailing semi-colon.
|
/// Expr with a trailing semi-colon.
|
||||||
Semi(P<Expr>),
|
Semi(P<Expr>),
|
||||||
/// Macro.
|
/// Macro.
|
||||||
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
|
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user