]> git.lizzy.rs Git - rust.git/commitdiff
time: crate description
authorCorey Richardson <corey@octayn.net>
Tue, 8 Apr 2014 16:04:09 +0000 (12:04 -0400)
committerCorey Richardson <corey@octayn.net>
Fri, 16 May 2014 17:00:13 +0000 (10:00 -0700)
src/libtime/lib.rs

index 1ffe4d3cbadc456d0c87fd34f5262c359df84cc7..87a87641fc03b247587bcf64d6e4f030329cdd0b 100644 (file)
@@ -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"]