aboutsummaryrefslogtreecommitdiff
path: root/src/marker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/marker.rs')
-rw-r--r--src/marker.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/marker.rs b/src/marker.rs
index 59fd096..e648dd2 100644
--- a/src/marker.rs
+++ b/src/marker.rs
@@ -1,6 +1,6 @@
+use alloc::rc::Rc;
use core::marker::PhantomData;
-use std::panic::{RefUnwindSafe, UnwindSafe};
-use std::rc::Rc;
+use core::panic::{RefUnwindSafe, UnwindSafe};
// Zero sized marker with the correct set of autotrait impls we want all proc
// macro types to have.