aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/mod.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-06 14:16:00 +0000
committerAleksey Kladov <[email protected]>2018-01-06 14:16:00 +0000
commitd0900b3ca7be669418e185c0eea0d92550d83d4d (patch)
tree41f9ee7063958d05d9b5a7a559a4e7fe58d298f9 /src/parser/event_parser/mod.rs
parent55602727c8adfa12c026a8c7881a8bc57fba9db8 (diff)
G: struct fields
Diffstat (limited to 'src/parser/event_parser/mod.rs')
-rw-r--r--src/parser/event_parser/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser/event_parser/mod.rs b/src/parser/event_parser/mod.rs
index 1228236a9..3c3654b6b 100644
--- a/src/parser/event_parser/mod.rs
+++ b/src/parser/event_parser/mod.rs
@@ -1,6 +1,5 @@
1use {Token, TextUnit, SyntaxKind}; 1use {Token, SyntaxKind};
2 2
3use syntax_kinds::*;
4mod grammar; 3mod grammar;
5mod parser; 4mod parser;
6 5