summaryrefslogtreecommitdiffstats
path: root/futures/src/backend/native/thread_pool.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-11 17:28:51 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-05-11 17:28:51 +0200
commitcf434236e7e15e0fa05e5915b8d4d78dcaf1b7e8 (patch)
tree27d32b10298698c30a5a5abb55e3ce8a143bd184 /futures/src/backend/native/thread_pool.rs
parent3220d472ac7ab2d11d6fc61d50bcbf9de91e1def (diff)
downloadiced-cf434236e7e15e0fa05e5915b8d4d78dcaf1b7e8.tar.gz
iced-cf434236e7e15e0fa05e5915b8d4d78dcaf1b7e8.tar.bz2
iced-cf434236e7e15e0fa05e5915b8d4d78dcaf1b7e8.zip
Enable `doc_auto_cfg` when generating documentation
Diffstat (limited to 'futures/src/backend/native/thread_pool.rs')
-rw-r--r--futures/src/backend/native/thread_pool.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/futures/src/backend/native/thread_pool.rs b/futures/src/backend/native/thread_pool.rs
index da5d4b9b..c96f2682 100644
--- a/futures/src/backend/native/thread_pool.rs
+++ b/futures/src/backend/native/thread_pool.rs
@@ -2,7 +2,6 @@
use futures::Future;
/// A thread pool executor for futures.
-#[cfg_attr(docsrs, doc(cfg(feature = "thread-pool")))]
pub type Executor = futures::executor::ThreadPool;
impl crate::Executor for Executor {