summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/threadpool/blocking.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/threadpool/blocking.rs')
-rw-r--r--tokio-executor/src/threadpool/blocking.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-executor/src/threadpool/blocking.rs b/tokio-executor/src/threadpool/blocking.rs
index f68a337f..091a8392 100644
--- a/tokio-executor/src/threadpool/blocking.rs
+++ b/tokio-executor/src/threadpool/blocking.rs
@@ -80,8 +80,6 @@ pub struct BlockingError {
/// that needs to be performed.
///
/// ```rust
-/// #![feature(async_await)]
-///
/// use tokio_executor::threadpool::{ThreadPool, blocking};
///
/// use futures_util::future::poll_fn;