mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +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