Skip to content

Commit fd5ce4e

Browse files
committed
account for liblog
1 parent 52145a7 commit fd5ce4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datetime.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#[feature(phase)];
2+
#[phase(syntax, link)] extern crate log;
3+
14
extern crate time;
25

36
use time::{Tm, Timespec, strptime, at_utc};

0 commit comments

Comments
 (0)