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/evil_unlock_mutex.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/evil_unlock_mutex.rs') 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}; -- cgit v1.3.1