We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
path
1 parent 69a6373 commit e2eff0dCopy full SHA for e2eff0d
library/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