Deprecate str::slice_unchecked and str::slice_unchecked_mut? #51715
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
IIUC those methods duplicate functionality of
get_unchecked
andget_uncheked_mut
.Relevant issue: #35097
The text was updated successfully, but these errors were encountered: