remove duplicate import

This commit is contained in:
soruh 2023-08-13 21:48:22 +02:00
parent b15136869e
commit e8f243e854

View File

@ -41,7 +41,6 @@ pub use transaction::TransactionHandle;
use allocator::{AllocatorState, GeneralPurposeAllocator, SlabListPointer, SlabPointer};
use atomic_arc::AtomicArc;
use mapped::ReaderTrait;
use memmap::{Mmap, MmapMut};
use zerocopy::{AsBytes, FromBytes, FromZeroes, Ref, Unaligned, LE};