We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebe14a commit 777cbd6Copy full SHA for 777cbd6
1 file changed
src/iterators/mod.rs
@@ -18,8 +18,8 @@ mod windows;
18
use alloc::vec::Vec;
19
use std::iter::FromIterator;
20
use std::marker::PhantomData;
21
+use std::ptr;
22
use std::ptr::NonNull;
-use std::{mem, ptr};
23
24
#[allow(unused_imports)] // Needed for Rust 1.64
25
use rawpointer::PointerExt;
0 commit comments