mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
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.
|
||
|---|---|---|
| .. | ||
| google_cpu_profiler.rs | ||
| lib.rs | ||
| memory_usage.rs | ||
| stop_watch.rs | ||