rust/library/alloc/src/boxed
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
..
convert.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
iter.rs Split boxed.rs into a few modules 2024-10-28 12:29:19 -07:00
thin.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00