Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2c6f12

Browse files
ChrisDentonjoboet
andauthoredJul 30, 2024
Update library/std/src/sys/anonymous_pipe/windows.rs
Co-authored-by: Jonas Böttiger <jonasboettiger@icloud.com>
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)
Failed to load comments.