rust/library/alloc/benches
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
..
btree library: Update rand to 0.9.0 2025-02-13 12:20:55 -08:00
binary_heap.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs update cfgs 2024-11-27 15:14:54 +00:00
linked_list.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
slice.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
str.rs Improve autovectorization of to_lowercase / to_uppercase functions 2024-09-23 11:31:29 +02:00
string.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
vec.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
vec_deque.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
vec_deque_append.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00