diff options
Diffstat (limited to 'src/collection.rs')
| -rw-r--r-- | src/collection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collection.rs b/src/collection.rs index a8ae0b7..db68382 100644 --- a/src/collection.rs +++ b/src/collection.rs @@ -1,5 +1,5 @@ use std::cell::UnsafeCell; -use std::marker::{PhantomData, PhantomPinned}; +use std::marker::PhantomData; use crate::{key::Keyable, lockable::RawLock}; |
