diff --git a/xtask/src/ast_src.rs b/xtask/src/ast_src.rs index b6fdd9ea2a..c2d077d40b 100644 --- a/xtask/src/ast_src.rs +++ b/xtask/src/ast_src.rs @@ -1555,7 +1555,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc { /// ``` /// /// [Reference](https://doc.rust-lang.org/reference/identifiers.html) - struct NameRef { /*NameRefToken*/ } // TODO: where is NameRefToken? + struct NameRef { } /// Macro call. /// Includes all of its attributes and doc comments.