about summary refs log tree commit diff
path: root/src/libtime
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-05-16 13:11:23 -0700
committerbors <bors@rust-lang.org>2014-05-16 13:11:23 -0700
commit5e10686aabb7253e6a6e660e72c7f5de8bbba3de (patch)
treec9201890e56ad79f87fdefd95f1f332d91fffa75 /src/libtime
parent25c54226c3e7dd6f59cf2e92238a4d79d8b0128d (diff)
parentb84c0dc2d695c99b64653d125c367fce2ae591c4 (diff)
downloadrust-5e10686aabb7253e6a6e660e72c7f5de8bbba3de.tar.gz
rust-5e10686aabb7253e6a6e660e72c7f5de8bbba3de.zip
auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichton
r? @alexcrichton
Diffstat (limited to 'src/libtime')
-rw-r--r--src/libtime/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index 87a87641fc0..b580626c9c3 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -192,7 +192,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,