mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 09:41:02 +00:00
Minor cleanup
This commit is contained in:
@@ -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),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user