mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Remove trailing white space
This commit is contained in:
parent
3333262f05
commit
af3536dbbc
@ -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>)>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user