aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/ast_src.rs
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-12 21:55:46 +0100
committerveetaha <[email protected]>2020-05-12 21:55:46 +0100
commitb31475d31619816cce9afe4d46ec5c9a96cc56c3 (patch)
treee9a5a2234ec16c2234c9843d4cdf99e678b44b7c /xtask/src/ast_src.rs
parentfcd11dd1a83ea1c1c23cb9d1b8d33d513c2d9921 (diff)
Remove a comment on NameRefToken as per matklad
Diffstat (limited to 'xtask/src/ast_src.rs')
-rw-r--r--xtask/src/ast_src.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs
index b6fdd9ea2..c2d077d40 100644
--- a/xtask/src/ast_src.rs
+++ b/xtask/src/ast_src.rs
@@ -1555,7 +1555,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
1555 /// ``` 1555 /// ```
1556 /// 1556 ///
1557 /// [Reference](https://doc.rust-lang.org/reference/identifiers.html) 1557 /// [Reference](https://doc.rust-lang.org/reference/identifiers.html)
1558 struct NameRef { /*NameRefToken*/ } // TODO: where is NameRefToken? 1558 struct NameRef { }
1559 1559
1560 /// Macro call. 1560 /// Macro call.
1561 /// Includes all of its attributes and doc comments. 1561 /// Includes all of its attributes and doc comments.