summaryrefslogtreecommitdiff
path: root/tests/time_throttle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/time_throttle.rs')
-rw-r--r--tests/time_throttle.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/time_throttle.rs b/tests/time_throttle.rs
index 42a643b..e6c9917 100644
--- a/tests/time_throttle.rs
+++ b/tests/time_throttle.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "time", feature = "sync", feature = "io-util"))]
use tokio::time;
use tokio_stream::StreamExt;