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