Skip to content

Commit

Permalink
Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubilee
Browse files Browse the repository at this point in the history
Remove unnecessary `path` attribute

Follow up to #111401. I missed this at the time but it should now be totally unnecessary since the other include was removed.

r? `@workingjubilee`
  • Loading branch information
matthiaskrgr authored Jun 25, 2023
2 parents 85a7bb4 + e2eff0d commit 4824788
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/sys/windows/c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use crate::os::windows::io::{AsRawHandle, BorrowedHandle};
use crate::ptr;
use core::ffi::NonZero_c_ulong;

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

Expand Down

0 comments on commit 4824788

Please sign in to comment.