summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/threadpool/builder.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/threadpool/builder.rs')
-rw-r--r--tokio-executor/src/threadpool/builder.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-executor/src/threadpool/builder.rs b/tokio-executor/src/threadpool/builder.rs
index 7a7081e3..34d4c682 100644
--- a/tokio-executor/src/threadpool/builder.rs
+++ b/tokio-executor/src/threadpool/builder.rs
@@ -32,8 +32,6 @@ use std::time::Duration;
/// # Examples
///
/// ```
-/// #![feature(async_await)]
-///
/// use tokio_executor::threadpool::Builder;
///
/// use std::time::Duration;