From b2281e6aec631dc7c6d69edef9268ce7e00ed1dc Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 21 Dec 2024 11:27:09 -0500 Subject: Implement lock death, but without any usages --- src/collection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/collection.rs') 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}; -- cgit v1.2.3