summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/executor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/executor.rs')
-rw-r--r--tokio-executor/src/executor.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tokio-executor/src/executor.rs b/tokio-executor/src/executor.rs
index c03367e3..3ca07f5f 100644
--- a/tokio-executor/src/executor.rs
+++ b/tokio-executor/src/executor.rs
@@ -49,8 +49,6 @@ use std::pin::Pin;
/// # Examples
///
/// ```
-/// #![feature(async_await)]
-///
/// use tokio_executor::Executor;
///
/// # fn docs(my_executor: &mut dyn Executor) {
@@ -79,8 +77,6 @@ pub trait Executor {
/// # Examples
///
/// ```
- /// #![feature(async_await)]
- ///
/// use tokio_executor::Executor;
///
/// # fn docs(my_executor: &mut dyn Executor) {
@@ -110,8 +106,6 @@ pub trait Executor {
/// # Examples
///
/// ```
- /// #![feature(async_await)]
- ///
/// use tokio_executor::Executor;
///
/// # fn docs(my_executor: &mut dyn Executor) {