mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 20:35:09 +00:00
Document events a bit
This commit is contained in:
parent
cd4e13f10a
commit
d3dedcace8
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ use {SyntaxKind, Token};
|
||||||
mod parser;
|
mod parser;
|
||||||
mod grammar;
|
mod grammar;
|
||||||
|
|
||||||
|
|
||||||
/// `Parser` produces a flat list of `Event`s.
|
/// `Parser` produces a flat list of `Event`s.
|
||||||
/// They are converted to a tree-structure in
|
/// They are converted to a tree-structure in
|
||||||
/// a separate pass, via `TreeBuilder`.
|
/// a separate pass, via `TreeBuilder`.
|
||||||
|
|
Loading…
Reference in a new issue