summaryrefslogtreecommitdiffstats
path: root/tokio/tests/time_interval.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/time_interval.rs')
-rw-r--r--tokio/tests/time_interval.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/time_interval.rs b/tokio/tests/time_interval.rs
index 70709f4a..6a1c756f 100644
--- a/tokio/tests/time_interval.rs
+++ b/tokio/tests/time_interval.rs
@@ -1,4 +1,5 @@
#![warn(rust_2018_idioms)]
+#![cfg(feature = "full")]
use tokio::time::{self, Duration, Instant};
use tokio_test::{assert_pending, assert_ready_eq, task};