Closed hinto-janai closed 3 months ago
Replace std::mem::{size,align}_of with {size,align}_of throughout the codebase.
std::mem::{size,align}_of
{size,align}_of
Added to the prelude and stabilized in https://github.com/rust-lang/rust/pull/123168 (1.80).
What
Replace
std::mem::{size,align}_of
with{size,align}_of
throughout the codebase.Added to the prelude and stabilized in https://github.com/rust-lang/rust/pull/123168 (1.80).