aboutsummaryrefslogtreecommitdiff
path: root/src/lib/std.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-29 11:54:06 -0700
committerPatrick Walton <[email protected]>2011-04-29 11:54:06 -0700
commit5d3e5531412952c556fabb541536bcae34b0ce09 (patch)
treefabf066bf9227a0026be2e2b62f2012e9d32ee14 /src/lib/std.rc
parentrustc: Remove the wrong-compiler warning; we're self-hosting now. (diff)
downloadrust-5d3e5531412952c556fabb541536bcae34b0ce09.tar.xz
rust-5d3e5531412952c556fabb541536bcae34b0ce09.zip
stdlib: Add a Time module to the standard library
Diffstat (limited to 'src/lib/std.rc')
-rw-r--r--src/lib/std.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/std.rc b/src/lib/std.rc
index 4efff14b..44a0689c 100644
--- a/src/lib/std.rc
+++ b/src/lib/std.rc
@@ -76,6 +76,7 @@ mod ExtFmt;
mod Box;
mod GetOpts;
mod Term;
+mod Time;
// Local Variables:
// mode: rust;