aboutsummaryrefslogtreecommitdiff
path: root/tests/try_join.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/try_join.rs')
-rw-r--r--tests/try_join.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/try_join.rs b/tests/try_join.rs
index 0861c1e..6c6d084 100644
--- a/tests/try_join.rs
+++ b/tests/try_join.rs
@@ -1,5 +1,3 @@
-#![cfg(feature = "executor")] // executor::
-#![cfg(feature = "async-await")] // try_join!
#![deny(unreachable_code)]
use futures::{try_join, executor::block_on};