From 6ef2169bac46dbf68ec952669bd2b84e2a5bdd46 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Tue, 8 Apr 2014 12:04:09 -0400 Subject: [PATCH] time: crate description --- src/libtime/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs index 1ffe4d3cbadc..87a87641fc03 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"]