rust/library/std/src/thread
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
..
current.rs add comments explaining main thread identification 2025-01-14 13:37:28 +01:00
local.rs Highlight thread_local! const init in docs 2025-02-21 13:02:42 +00:00
mod.rs Use .expect(..) instead 2025-02-25 13:11:03 +01:00
scoped.rs Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb 2024-11-25 00:39:03 +08:00
spawnhook.rs Update doc comments for spawn hook. 2024-11-19 18:55:52 +01:00
tests.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00