rust/library/std/src/os/windows
Thalia Archibald 988eb19970 library: Use size_of from the prelude instead of imported
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
2025-03-06 20:20:38 -08:00
..
io library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
ffi.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
fs.rs Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton 2024-09-11 15:53:23 -07:00
mod.rs Make os/windows default to deny unsafe in unsafe 2024-07-15 07:17:39 +00:00
process.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
raw.rs Suppress some cfg from being shown in the stdlib docs 2021-10-05 18:15:29 +02:00
thread.rs modify std::os docs to be more consistent 2021-09-17 23:23:21 +05:30