tokio-executor: hide deprecated tokio-threadpool reexports (#644)

Fixes: #643
Signed-off-by: Eliza Weisman <[email protected]>
This commit is contained in:
Eliza Weisman
2018-09-18 23:57:17 -04:00
committed by Toby Lawrence
parent d275341fb2
commit 85f8522536
+1
View File
@@ -47,6 +47,7 @@
pub mod current_thread;
#[deprecated(since = "0.1.8", note = "use tokio-threadpool crate instead")]
#[doc(hidden)]
/// Re-exports of [`tokio-threadpool`], deprecated in favor of the crate.
///
/// [`tokio-threadpool`]: https://docs.rs/tokio-threadpool/0.1