Skip to content

Commit 4b0a7f7

Browse files
committed
Remove unused import
1 parent 0e0b016 commit 4b0a7f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/collection/boxed.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::alloc::Layout;
22
use std::cell::UnsafeCell;
33
use std::fmt::Debug;
44
use std::marker::PhantomData;
5-
use std::ptr::NonNull;
65

76
use crate::lockable::{Lockable, OwnedLockable, RawLock, Sharable};
87
use crate::Keyable;

0 commit comments

Comments
 (0)