Skip to content

Commit af3536d

Browse files
authored
Remove trailing white space
1 parent 3333262 commit af3536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ pub enum StmtKind {
763763
Expr(P<Expr>),
764764
/// Expr with a trailing semi-colon.
765765
Semi(P<Expr>),
766-
/// Macro.
766+
/// Macro.
767767
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
768768
}
769769

0 commit comments

Comments
 (0)