rust/library/std/src/io/error
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
..
repr_bitpacked.rs Use NonNull::without_provenance within the standard library 2025-01-10 23:23:10 +01:00
repr_unpacked.rs remove redundant imports 2023-12-10 10:56:22 +08:00
tests.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00