Remove unnecessary path attribute

This commit is contained in:
Chris Denton 2023-06-24 19:56:29 +01:00
parent 69a63737fa
commit e2eff0d4ab
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE

View File

@ -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::*;