From 4b0a7f73231ce4e5548a400fc51ad9ca63e54331 Mon Sep 17 00:00:00 2001 From: Micha White Date: Fri, 31 May 2024 11:03:28 -0400 Subject: Remove unused import --- src/collection/boxed.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/collection/boxed.rs') diff --git a/src/collection/boxed.rs b/src/collection/boxed.rs index 8e3076e..375564c 100644 --- a/src/collection/boxed.rs +++ b/src/collection/boxed.rs @@ -2,7 +2,6 @@ use std::alloc::Layout; use std::cell::UnsafeCell; use std::fmt::Debug; use std::marker::PhantomData; -use std::ptr::NonNull; use crate::lockable::{Lockable, OwnedLockable, RawLock, Sharable}; use crate::Keyable; -- cgit v1.2.3