summaryrefslogtreecommitdiff
path: root/tests/retry_rw.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-09-13 15:12:08 -0400
committerMica White <botahamec@outlook.com>2026-09-13 15:12:08 -0400
commit16d6bd7ece4c4b9b72f6bd51c9b034270b745525 (patch)
tree4ff744fc41319ce73abe06416fabeaa7c17fbd46 /tests/retry_rw.rs
parent9fd7b94cd7c20abe66cea875a0e83e76a7a00fbc (diff)
Support no_stdno-std
Diffstat (limited to 'tests/retry_rw.rs')
-rwxr-xr-xtests/retry_rw.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/retry_rw.rs b/tests/retry_rw.rs
index 0a946b0..d95d001 100755
--- a/tests/retry_rw.rs
+++ b/tests/retry_rw.rs
@@ -1,3 +1,5 @@
+#![cfg(feature = "std")]
+
use std::time::Duration;
use happylock::{collection::RetryingLockCollection, RwLock, ThreadKey};