From b31475d31619816cce9afe4d46ec5c9a96cc56c3 Mon Sep 17 00:00:00 2001 From: veetaha Date: Tue, 12 May 2020 23:55:46 +0300 Subject: Remove a comment on NameRefToken as per matklad --- xtask/src/ast_src.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src/ast_src.rs') 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 { /// ``` /// /// [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. -- cgit v1.2.3