summaryrefslogtreecommitdiffstats
path: root/src/executor/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/executor/mod.rs')
-rw-r--r--src/executor/mod.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/executor/mod.rs b/src/executor/mod.rs
index 3f238f8f..6852e399 100644
--- a/src/executor/mod.rs
+++ b/src/executor/mod.rs
@@ -39,7 +39,10 @@
//! [`Executor`]: trait.Executor.html
//! [`spawn`]: fn.spawn.html
-#[deprecated(since = "0.1.8", note = "use tokio-current-thread crate instead")]
+#[deprecated(
+ since = "0.1.8",
+ note = "use tokio-current-thread crate or functions in tokio::runtime::current_thread instead",
+)]
#[doc(hidden)]
pub mod current_thread;