mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
ac8b11810f
Implement `core::ptr::Unique` on top of `NonNull` Removes the use `rustc_layout_scalar_valid_range_start` and some `unsafe` blocks.