Minor cleanup

This commit is contained in:
Erick Tryzelaar
2014-05-26 09:49:05 -07:00
parent 7c60fa5276
commit d87589f5cb
-3
View File
@@ -26,11 +26,8 @@ pub enum Token {
Option(bool), Option(bool),
TupleStart(uint), TupleStart(uint),
StructStart(&'static str), StructStart(&'static str),
EnumStart(&'static str, &'static str), EnumStart(&'static str, &'static str),
SeqStart(uint), SeqStart(uint),
MapStart(uint), MapStart(uint),