about summary refs log tree commit diff
path: root/src/test/rustdoc/async-fn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/async-fn.rs')
-rw-r--r--src/test/rustdoc/async-fn.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/rustdoc/async-fn.rs b/src/test/rustdoc/async-fn.rs
index 7384f7027d1..5f9708a3972 100644
--- a/src/test/rustdoc/async-fn.rs
+++ b/src/test/rustdoc/async-fn.rs
@@ -1,7 +1,5 @@
 // edition:2018
 
-#![feature(async_await)]
-
 // @has async_fn/fn.foo.html '//pre[@class="rust fn"]' 'pub async fn foo() -> Option<Foo>'
 pub async fn foo() -> Option<Foo> {
     None