about summary refs log tree commit diff
path: root/src/libstd/sync
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sync')
-rw-r--r--src/libstd/sync/task_pool.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sync/task_pool.rs b/src/libstd/sync/task_pool.rs
index 2bc51e340c0..83e4c6c2e3b 100644
--- a/src/libstd/sync/task_pool.rs
+++ b/src/libstd/sync/task_pool.rs
@@ -12,8 +12,8 @@
 
 #![deprecated(since = "1.0.0",
               reason = "This kind of API needs some time to bake in \
-                        crates.io. Consider trying \
-                        https://github.com/carllerche/syncbox")]
+                        crates.io. This functionality is available through \
+                        https://crates.io/crates/threadpool")]
 #![unstable(feature = "std_misc")]
 
 use core::prelude::*;