summaryrefslogtreecommitdiffstats
path: root/tokio/tests/signal_drop_recv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/signal_drop_recv.rs')
-rw-r--r--tokio/tests/signal_drop_recv.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tokio/tests/signal_drop_recv.rs b/tokio/tests/signal_drop_recv.rs
index 06dffe12..b0d9213e 100644
--- a/tokio/tests/signal_drop_recv.rs
+++ b/tokio/tests/signal_drop_recv.rs
@@ -1,5 +1,6 @@
-#![cfg(unix)]
#![warn(rust_2018_idioms)]
+#![cfg(feature = "full")]
+#![cfg(unix)]
mod support {
pub mod signal;