mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Remove a comment on NameRefToken as per matklad
This commit is contained in:
parent
fcd11dd1a8
commit
b31475d316
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user