aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/event_parser/mod.rs')
-rw-r--r--src/parser/event_parser/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/event_parser/mod.rs b/src/parser/event_parser/mod.rs
index 1bb943b5d..7823c476c 100644
--- a/src/parser/event_parser/mod.rs
+++ b/src/parser/event_parser/mod.rs
@@ -4,7 +4,6 @@ use {SyntaxKind, Token};
4mod parser; 4mod parser;
5mod grammar; 5mod grammar;
6 6
7
8/// `Parser` produces a flat list of `Event`s. 7/// `Parser` produces a flat list of `Event`s.
9/// They are converted to a tree-structure in 8/// They are converted to a tree-structure in
10/// a separate pass, via `TreeBuilder`. 9/// a separate pass, via `TreeBuilder`.