about summary refs log tree commit diff
path: root/src/libtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtime')
-rw-r--r--src/libtime/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtime/lib.rs b/src/libtime/lib.rs
index bbe6002717c..3211d03a7c0 100644
--- a/src/libtime/lib.rs
+++ b/src/libtime/lib.rs
@@ -11,7 +11,8 @@
 //! Simple time handling.
 
 #![crate_name = "time"]
-#![experimental]
+#![deprecated = "use the http://github.com/rust-lang/time crate instead"]
+#![allow(deprecated)]
 
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]