Skip to content

Commit

Permalink
Remove unnecessary path attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Jun 24, 2023
1 parent 69a6373 commit e2eff0d
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 e2eff0d

Please sign in to comment.