Skip to content

Commit c2c6f12

Browse files
ChrisDentonjoboet
andauthored
Update library/std/src/sys/anonymous_pipe/windows.rs
Co-authored-by: Jonas Böttiger <[email protected]>
1 parent eaf7c41 commit c2c6f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/anonymous_pipe/windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::sys::c;
88
use crate::sys::handle::Handle;
99
use crate::sys_common::{FromInner, IntoInner};
1010

11-
use core::ptr;
11+
use crate::ptr;
1212

1313
pub type AnonPipe = Handle;
1414

0 commit comments

Comments
 (0)