about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstd/task.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/task.rs b/src/libstd/task.rs
index c79b8715c06..f0bb8a0f4bc 100644
--- a/src/libstd/task.rs
+++ b/src/libstd/task.rs
@@ -91,7 +91,8 @@
 //! # }
 //! ```
 
-#![stable]
+#![unstable = "The task spawning model will be changed as part of runtime reform, and the module \
+               will likely be renamed from `task` to `thread`."]
 
 use any::Any;
 use comm::channel;