summaryrefslogtreecommitdiffstats
path: root/tokio/tests/uds_stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/tests/uds_stream.rs')
-rw-r--r--tokio/tests/uds_stream.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tokio/tests/uds_stream.rs b/tokio/tests/uds_stream.rs
index 45ee4557..33279590 100644
--- a/tokio/tests/uds_stream.rs
+++ b/tokio/tests/uds_stream.rs
@@ -1,5 +1,6 @@
-#![cfg(unix)]
+#![cfg(feature = "full")]
#![warn(rust_2018_idioms)]
+#![cfg(unix)]
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::net::unix::*;