We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0b016 commit 4b0a7f7Copy full SHA for 4b0a7f7
1 file changed
src/collection/boxed.rs
@@ -2,7 +2,6 @@ use std::alloc::Layout;
2
use std::cell::UnsafeCell;
3
use std::fmt::Debug;
4
use std::marker::PhantomData;
5
-use std::ptr::NonNull;
6
7
use crate::lockable::{Lockable, OwnedLockable, RawLock, Sharable};
8
use crate::Keyable;
0 commit comments