No "Null-unchecked version" section in doc for pointer method as_mut
#68032
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
The
as_ref
method has a "Null-unchecked version" section for both<*const T>::as_ref
and<*mut T>::as_ref
.Is there a reason why there is no similar "Null-unchecked version" section in the documentation for
<*mut T>::as_mut
?The text was updated successfully, but these errors were encountered: