mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
46222ce6f8
Use `NonNull::without_provenance` within the standard library This API removes the need for several `unsafe` blocks, and leads to clearer code. It uses feature `nonnull_provenance` (#135243). Close #135343