We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52145a7 commit fd5ce4eCopy full SHA for fd5ce4e
datetime.rs
@@ -1,3 +1,6 @@
1
+#[feature(phase)];
2
+#[phase(syntax, link)] extern crate log;
3
+
4
extern crate time;
5
6
use time::{Tm, Timespec, strptime, at_utc};
0 commit comments