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