Skip to content

Commit c3620e4

Browse files
committed
derive Copy
1 parent 38b0ce5 commit c3620e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub fn month_length(m: i32, ly: bool) -> i32 {
7171
MONTH_LENGTH_VEC[m as uint] + xtra
7272
}
7373

74-
#[deriving(Show)]
74+
#[deriving(Show, Copy)]
7575
pub struct DateSpec { year: i32, mon: i32, mday: i32, yday: i32}
7676

7777
#[inline(always)]

0 commit comments

Comments
 (0)