summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/threadpool/thread_pool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/threadpool/thread_pool.rs')
-rw-r--r--tokio-executor/src/threadpool/thread_pool.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-executor/src/threadpool/thread_pool.rs b/tokio-executor/src/threadpool/thread_pool.rs
index 11ddb8ae..ff6ada03 100644
--- a/tokio-executor/src/threadpool/thread_pool.rs
+++ b/tokio-executor/src/threadpool/thread_pool.rs
@@ -51,8 +51,6 @@ impl ThreadPool {
/// # Examples
///
/// ```rust
- /// #![feature(async_await)]
- ///
/// use tokio_executor::threadpool::ThreadPool;
///
/// // Create a thread pool with default configuration values