diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2023-06-24 19:56:29 +0100 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2023-06-24 19:56:29 +0100 |
| commit | e2eff0d4ab43946ea23998f1d48d7b4af5a71664 (patch) | |
| tree | 5166c414207ae249a702d8d6ae78649a3e2f22eb | |
| parent | 69a63737fa111b366bb3f3254806547d7dd15678 (diff) | |
| download | rust-e2eff0d4ab43946ea23998f1d48d7b4af5a71664.tar.gz rust-e2eff0d4ab43946ea23998f1d48d7b4af5a71664.zip | |
Remove unnecessary `path` attribute
| -rw-r--r-- | library/std/src/sys/windows/c.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/windows/c.rs b/library/std/src/sys/windows/c.rs index 5fc6136ba1f..54e1efb5c62 100644 --- a/library/std/src/sys/windows/c.rs +++ b/library/std/src/sys/windows/c.rs @@ -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::*; |
