summaryrefslogtreecommitdiffstats
path: root/tokio-executor/src/global.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-executor/src/global.rs')
-rw-r--r--tokio-executor/src/global.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tokio-executor/src/global.rs b/tokio-executor/src/global.rs
index bf4d9be3..81ea0af8 100644
--- a/tokio-executor/src/global.rs
+++ b/tokio-executor/src/global.rs
@@ -124,8 +124,6 @@ where
/// # Examples
///
/// ```no_run
-/// #![feature(async_await)]
-///
/// tokio::spawn(async {
/// println!("running on the default executor");
/// });