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/forget.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/forget.rs') diff --git a/tests/forget.rs b/tests/forget.rs index 755bdb1..0c74c84 100755 --- a/tests/forget.rs +++ b/tests/forget.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "std")] + use happylock::{Mutex, ThreadKey}; #[test] -- cgit v1.3.1