summaryrefslogtreecommitdiff
path: root/src/context/context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context.rs')
-rw-r--r--src/context/context.rs2
1 files changed, 1 insertions, 1 deletions
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},