aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.