We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
path
1 parent 8a825b6 commit 624560dCopy full SHA for 624560d
std/src/sys/windows/c.rs
@@ -12,7 +12,6 @@ use crate::os::windows::io::{AsRawHandle, BorrowedHandle};
12
use crate::ptr;
13
use core::ffi::NonZero_c_ulong;
14
15
-#[path = "c/windows_sys.rs"] // c.rs is included from two places so we need to specify this
16
mod windows_sys;
17
pub use windows_sys::*;
18
0 commit comments