Rollup merge of #113009 - ChrisDenton:remove-path, r=workingjubilee
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`
This commit is contained in:
commit
48247884c9
1 changed files with 0 additions and 1 deletions
|
@ -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::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue