Skip to content

Commit 4824788

Browse files
authored
Rollup merge of rust-lang#113009 - ChrisDenton:remove-path, r=workingjubilee
Remove unnecessary `path` attribute Follow up to rust-lang#111401. I missed this at the time but it should now be totally unnecessary since the other include was removed. r? `@workingjubilee`
2 parents 85a7bb4 + e2eff0d commit 4824788

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)