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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/event_parser/mod.rs b/src/parser/event_parser/mod.rs
index 7c81182e3..b9ffded9d 100644
--- a/src/parser/event_parser/mod.rs
+++ b/src/parser/event_parser/mod.rs
@@ -1,7 +1,8 @@
1use {Token, SyntaxKind}; 1use {Token, SyntaxKind};
2 2
3mod grammar; 3#[macro_use]
4mod parser; 4mod parser;
5mod grammar;
5 6
6#[derive(Debug)] 7#[derive(Debug)]
7pub(crate) enum Event { 8pub(crate) enum Event {