mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
tokio-executor: hide deprecated tokio-threadpool reexports (#644)
Fixes: #643 Signed-off-by: Eliza Weisman <[email protected]>
This commit is contained in:
committed by
Toby Lawrence
parent
d275341fb2
commit
85f8522536
@@ -47,6 +47,7 @@
|
|||||||
pub mod current_thread;
|
pub mod current_thread;
|
||||||
|
|
||||||
#[deprecated(since = "0.1.8", note = "use tokio-threadpool crate instead")]
|
#[deprecated(since = "0.1.8", note = "use tokio-threadpool crate instead")]
|
||||||
|
#[doc(hidden)]
|
||||||
/// Re-exports of [`tokio-threadpool`], deprecated in favor of the crate.
|
/// Re-exports of [`tokio-threadpool`], deprecated in favor of the crate.
|
||||||
///
|
///
|
||||||
/// [`tokio-threadpool`]: https://docs.rs/tokio-threadpool/0.1
|
/// [`tokio-threadpool`]: https://docs.rs/tokio-threadpool/0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user