From 2fb854ccdae6f1f12b60441e5c3b283bdc81fb0a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 7 Aug 2018 18:28:30 +0300 Subject: :tada: extend selection --- src/parser_impl/event.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/parser_impl') 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 { SyntaxKind::{self, TOMBSTONE}, }; + /// `Parser` produces a flat list of `Event`s. /// They are converted to a tree-structure in /// a separate pass, via `TreeBuilder`. -- cgit v1.2.3