aboutsummaryrefslogtreecommitdiff
path: root/src/parser_impl/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_impl/event.rs')
-rw-r--r--src/parser_impl/event.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser_impl/event.rs b/src/parser_impl/event.rs
index e64087480..4c97b1bea 100644
--- a/src/parser_impl/event.rs
+++ b/src/parser_impl/event.rs
@@ -13,6 +13,7 @@ use {
13 SyntaxKind::{self, TOMBSTONE}, 13 SyntaxKind::{self, TOMBSTONE},
14}; 14};
15 15
16
16/// `Parser` produces a flat list of `Event`s. 17/// `Parser` produces a flat list of `Event`s.
17/// They are converted to a tree-structure in 18/// They are converted to a tree-structure in
18/// a separate pass, via `TreeBuilder`. 19/// a separate pass, via `TreeBuilder`.