We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf7c41 commit c2c6f12Copy full SHA for c2c6f12
library/std/src/sys/anonymous_pipe/windows.rs
@@ -8,7 +8,7 @@ use crate::sys::c;
8
use crate::sys::handle::Handle;
9
use crate::sys_common::{FromInner, IntoInner};
10
11
-use core::ptr;
+use crate::ptr;
12
13
pub type AnonPipe = Handle;
14
0 commit comments