Skip to content

Commit 79fef3c

Browse files
committed
have to use trait
1 parent 4affbc1 commit 79fef3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datetime.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ mod tests {
291291
use std::{os, fmt};
292292
use extra::time::{Timespec, strptime};
293293
use extra::test;
294+
use super::DateTime;
294295

295296
fn time_str<T: super::Time>(t: T) -> ~str {
296297
let tm = t.tm();

0 commit comments

Comments
 (0)