diff options
Diffstat (limited to 'tests/retry_rw.rs')
| -rwxr-xr-x | tests/retry_rw.rs | 2 |
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}; |
