aboutsummaryrefslogtreecommitdiff
path: root/src/parser/event_parser/grammar
diff options
context:
space:
mode:
authorChristopher Durham <[email protected]>2018-01-28 02:36:28 +0000
committerChristopher Durham <[email protected]>2018-01-28 02:52:22 +0000
commit4244948c6b1a62bd0e1ef276d1f0cc22c36f6f66 (patch)
tree83d1a4bbaa4be96f76c2d48c00ad479173f61274 /src/parser/event_parser/grammar
parent50b9012e10d2fa74294547c25642b4a69fed4bda (diff)
Convert SyntaxKind to an enum
Diffstat (limited to 'src/parser/event_parser/grammar')
-rw-r--r--src/parser/event_parser/grammar/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/event_parser/grammar/mod.rs b/src/parser/event_parser/grammar/mod.rs
index c6ab1fbe2..82f8b7f3e 100644
--- a/src/parser/event_parser/grammar/mod.rs
+++ b/src/parser/event_parser/grammar/mod.rs
@@ -1,6 +1,5 @@
1use super::parser::{Parser, TokenSet}; 1use super::parser::{Parser, TokenSet};
2use SyntaxKind; 2use SyntaxKind;
3use tree::EOF;
4use syntax_kinds::*; 3use syntax_kinds::*;
5 4
6mod items; 5mod items;