Skip to content

Commit 624560d

Browse files
committed
Remove unnecessary path attribute
1 parent 8a825b6 commit 624560d

File tree

1 file changed

+0
-1
lines changed
  • std/src/sys/windows

1 file changed

+0
-1
lines changed

std/src/sys/windows/c.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use crate::os::windows::io::{AsRawHandle, BorrowedHandle};
1212
use crate::ptr;
1313
use core::ffi::NonZero_c_ulong;
1414

15-
#[path = "c/windows_sys.rs"] // c.rs is included from two places so we need to specify this
1615
mod windows_sys;
1716
pub use windows_sys::*;
1817

0 commit comments

Comments
 (0)