about summary refs log tree commit diff
path: root/src/libtime
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-04-08 12:04:09 -0400
committerCorey Richardson <corey@octayn.net>2014-05-16 10:00:13 -0700
commit6ef2169bac46dbf68ec952669bd2b84e2a5bdd46 (patch)
treea3f8810b6b37e7d6eabfb7e2afb0cf10d340add7 /src/libtime
parente3d0e5e2f29ac419382530c26c2360c1be4a071b (diff)
downloadrust-6ef2169bac46dbf68ec952669bd2b84e2a5bdd46.tar.gz
rust-6ef2169bac46dbf68ec952669bd2b84e2a5bdd46.zip
time: crate description
Diffstat (limited to 'src/libtime')
-rw-r--r--src/libtime/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index 1ffe4d3cbad..87a87641fc0 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -8,7 +8,10 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+//! Simple time handling.
+
 #![crate_id = "time#0.11.0-pre"]
+
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]