diff --git a/de.rs b/de.rs index 35c65562..f66e8648 100644 --- a/de.rs +++ b/de.rs @@ -26,11 +26,8 @@ pub enum Token { Option(bool), TupleStart(uint), - StructStart(&'static str), - EnumStart(&'static str, &'static str), - SeqStart(uint), MapStart(uint),