summaryrefslogtreecommitdiffstats
path: root/tokio/tests/sync_watch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/sync_watch.rs')
-rw-r--r--tokio/tests/sync_watch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio/tests/sync_watch.rs b/tokio/tests/sync_watch.rs
index 7ccad5c2..f13b145d 100644
--- a/tokio/tests/sync_watch.rs
+++ b/tokio/tests/sync_watch.rs
@@ -1,4 +1,5 @@
#![warn(rust_2018_idioms)]
+#![cfg(feature = "full")]
use tokio::sync::watch;
use tokio_test::task::spawn;