diff options
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}; |
