rust-analyzer/crates/hir-def
Thalia Archibald 0811ca0a61 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-05 00:48:44 -08:00
..
src Use size_of from the prelude instead of imported 2025-03-05 00:48:44 -08:00
Cargo.toml fix doc tests 2025-02-27 14:58:46 +01:00