rust upgrade

This commit is contained in:
Sean McArthur
2014-12-12 12:24:54 -08:00
parent 5e560cb1c1
commit 0bba6e80ee
12 changed files with 19 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ use header::{Header, HeaderFormat};
use super::util::{from_one_raw_str, tm_from_str};
/// The `LastModified` header field.
#[deriving(PartialEq, Clone)]
#[deriving(Copy, PartialEq, Clone)]
pub struct LastModified(pub Tm);
deref!(LastModified -> Tm)