From 16d6bd7ece4c4b9b72f6bd51c9b034270b745525 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 13 Sep 2026 15:12:08 -0400 Subject: Support no_std --- tests/retry_rw.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/retry_rw.rs') 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}; -- cgit v1.3.1