diff options
Diffstat (limited to 'src/parser')
-rw-r--r-- | src/parser/event_parser/mod.rs | 1 |
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}; | |||
4 | mod parser; | 4 | mod parser; |
5 | mod grammar; | 5 | mod 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`. |