about summary refs log tree commit diff
path: root/tests/rustdoc/async-trait.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/async-trait.rs')
-rw-r--r--tests/rustdoc/async-trait.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc/async-trait.rs b/tests/rustdoc/async-trait.rs
index a473e467473..8de95aac22c 100644
--- a/tests/rustdoc/async-trait.rs
+++ b/tests/rustdoc/async-trait.rs
@@ -1,7 +1,6 @@
 // aux-build:async-trait-dep.rs
 // edition:2021
 
-#![feature(async_fn_in_trait)]
 #![allow(incomplete_features)]
 
 extern crate async_trait_dep;