Remove a comment on NameRefToken as per matklad

This commit is contained in:
veetaha 2020-05-12 23:55:46 +03:00
parent fcd11dd1a8
commit b31475d316

View file

@ -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.