diff options
Diffstat (limited to 'tests/evil_mutex.rs')
| -rwxr-xr-x | tests/evil_mutex.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/evil_mutex.rs b/tests/evil_mutex.rs index ef6f31a..2eebb86 100755 --- a/tests/evil_mutex.rs +++ b/tests/evil_mutex.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "std")] + use std::sync::Arc; use happylock::collection::{BoxedLockCollection, RetryingLockCollection}; |
