mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Remove a comment on NameRefToken as per matklad
This commit is contained in:
parent
fcd11dd1a8
commit
b31475d316
1 changed files with 1 additions and 1 deletions
|
@ -1555,7 +1555,7 @@ pub(crate) const AST_SRC: AstSrc = AstSrc {
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// [Reference](https://doc.rust-lang.org/reference/identifiers.html)
|
/// [Reference](https://doc.rust-lang.org/reference/identifiers.html)
|
||||||
struct NameRef { /*NameRefToken*/ } // TODO: where is NameRefToken?
|
struct NameRef { }
|
||||||
|
|
||||||
/// Macro call.
|
/// Macro call.
|
||||||
/// Includes all of its attributes and doc comments.
|
/// Includes all of its attributes and doc comments.
|
||||||
|
|
Loading…
Reference in a new issue