mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +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 grammar;
|
||||
|
||||
|
||||
/// `Parser` produces a flat list of `Event`s.
|
||||
/// They are converted to a tree-structure in
|
||||
/// a separate pass, via `TreeBuilder`.
|
||||
|
|
Loading…
Reference in a new issue