summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/typed.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/typed.rs')
-rw-r--r--tokio-executor/src/typed.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-executor/src/typed.rs b/tokio-executor/src/typed.rs
index 2110d622..302ba896 100644
--- a/tokio-executor/src/typed.rs
+++ b/tokio-executor/src/typed.rs
@@ -22,8 +22,6 @@ use crate::SpawnError;
///
/// [`spawn`]: TypedExecutor::spawn
/// ```
-/// #![feature(async_await)]
-///
/// use tokio::executor::TypedExecutor;
/// use tokio::sync::oneshot;
///