Skip to content

Commit e2eff0d

Browse files
committed
Remove unnecessary path attribute
1 parent 69a6373 commit e2eff0d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
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)