mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 21:38:52 +00:00
Add safety section to `NonNull::as_*` method docs
This basically adds the safety section of `*mut T::as_{ref,mut}` to the
same methods on `NonNull` with minor modifications to fit the
differences.
Part of #48929.