mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
cb75fea1cc
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.