Skip to content

Commit b31475d

Browse files
committed
Remove a comment on NameRefToken as per matklad
1 parent fcd11dd commit b31475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/ast_src.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
15551555
/// ```
15561556
///
15571557
/// [Reference](https://doc.rust-lang.org/reference/identifiers.html)
1558-
struct NameRef { /*NameRefToken*/ } // TODO: where is NameRefToken?
1558+
struct NameRef { }
15591559

15601560
/// Macro call.
15611561
/// Includes all of its attributes and doc comments.

0 commit comments

Comments
 (0)