diff options
| author | Mica White <botahamec@outlook.com> | 2026-09-13 15:12:08 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-09-13 15:12:08 -0400 |
| commit | 16d6bd7ece4c4b9b72f6bd51c9b034270b745525 (patch) | |
| tree | 4ff744fc41319ce73abe06416fabeaa7c17fbd46 /tests/evil_unlock_mutex.rs | |
| parent | 9fd7b94cd7c20abe66cea875a0e83e76a7a00fbc (diff) | |
Support no_stdno-std
Diffstat (limited to 'tests/evil_unlock_mutex.rs')
| -rwxr-xr-x | tests/evil_unlock_mutex.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/evil_unlock_mutex.rs b/tests/evil_unlock_mutex.rs index c21fc34..dc35d81 100755 --- a/tests/evil_unlock_mutex.rs +++ b/tests/evil_unlock_mutex.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "std")] + use std::sync::Arc; use happylock::collection::{BoxedLockCollection, RetryingLockCollection}; |
