diff options
| author | Zaki Manian <zaki@manian.org> | 2017-09-05 18:46:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-05 18:46:21 -0700 |
| commit | af3536dbbcc4efe6e3020a2720f0594934d5cf3c (patch) | |
| tree | 496316ee2030c86109fc17c485c23cfc90020ebd /src | |
| parent | 3333262f05aef40c1403f15b22fcf0356d60085b (diff) | |
| download | rust-af3536dbbcc4efe6e3020a2720f0594934d5cf3c.tar.gz rust-af3536dbbcc4efe6e3020a2720f0594934d5cf3c.zip | |
Remove trailing white space
Diffstat (limited to 'src')
| -rw-r--r-- | src/libsyntax/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index 2b13bd9c410..5248f874a6e 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -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>)>), } |
