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 --- src/context/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context/context.rs') diff --git a/src/context/context.rs b/src/context/context.rs index f67d686..67ee6d9 100644 --- a/src/context/context.rs +++ b/src/context/context.rs @@ -1,4 +1,4 @@ -use std::marker::PhantomData; +use core::marker::PhantomData; use crate::{ context::{LockContext, LockingIterator, LockingTuple}, -- cgit v1.3.1