diff --git a/src/parser/event_parser/mod.rs b/src/parser/event_parser/mod.rs index 1bb943b5de..7823c476c2 100644 --- a/src/parser/event_parser/mod.rs +++ b/src/parser/event_parser/mod.rs @@ -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`.