Skip to content

Commit 777cbd6

Browse files
committed
Remove unused import
1 parent 4ebe14a commit 777cbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterators/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ mod windows;
1818
use alloc::vec::Vec;
1919
use std::iter::FromIterator;
2020
use std::marker::PhantomData;
21+
use std::ptr;
2122
use std::ptr::NonNull;
22-
use std::{mem, ptr};
2323

2424
#[allow(unused_imports)] // Needed for Rust 1.64
2525
use rawpointer::PointerExt;

0 commit comments

Comments
 (0)