From 85f85225364b9f4d144076cbbdcdbd917da8fc7b Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Tue, 18 Sep 2018 20:57:17 -0700 Subject: [PATCH] tokio-executor: hide deprecated tokio-threadpool reexports (#644) Fixes: #643 Signed-off-by: Eliza Weisman --- src/executor/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/executor/mod.rs b/src/executor/mod.rs index 6852e3996..e1e47ae1d 100644 --- a/src/executor/mod.rs +++ b/src/executor/mod.rs @@ -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