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, 2 insertions, 0 deletions
diff --git a/tests/try_join.rs b/tests/try_join.rs
index 6c6d084..0861c1e 100644
--- a/tests/try_join.rs
+++ b/tests/try_join.rs
@@ -1,3 +1,5 @@
+#![cfg(feature = "executor")] // executor::
+#![cfg(feature = "async-await")] // try_join!
#![deny(unreachable_code)]
use futures::{try_join, executor::block_on};