From 28bcef85e402a32cf44b740f128e5f9bbd21c0a0 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 14 May 2014 21:16:44 -0700 Subject: libserialize: Remove all uses of `~str` from `libserialize`. Had to make `struct Tm` in `libtime` not serializable for now. --- src/libtime/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtime') diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 1ffe4d3cbad..1ea9ea174ca 100644 --- a/src/libtime/lib.rs +++ b/src/libtime/lib.rs @@ -189,7 +189,7 @@ pub fn tzset() { /// Holds a calendar date and time broken down into its components (year, month, day, and so on), /// also called a broken-down time value. -#[deriving(Clone, Eq, Encodable, Decodable, Show)] +#[deriving(Clone, Eq, Show)] pub struct Tm { /// Seconds after the minute – [0, 60] pub tm_sec: i32, -- cgit 1.4.1-3-g733a5