diff options
Diffstat (limited to 'src/parser/event_parser/mod.rs')
-rw-r--r-- | src/parser/event_parser/mod.rs | 3 |
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 @@ | |||
1 | use {Token, SyntaxKind}; | 1 | use {Token, SyntaxKind}; |
2 | 2 | ||
3 | mod grammar; | 3 | #[macro_use] |
4 | mod parser; | 4 | mod parser; |
5 | mod grammar; | ||
5 | 6 | ||
6 | #[derive(Debug)] | 7 | #[derive(Debug)] |
7 | pub(crate) enum Event { | 8 | pub(crate) enum Event { |