Closed
Description
The following unsafe unchecked indexing / slicing methods don't refer to the safe alternatives at all, misleading newbies into thinking that they are the preferred way of performing that operation. There should be a big disclaimer stating what their checked counterparts are and that they are preferred.
str::slice_unchecked
/str::slice_mut_unchecked
[T]::get_unchecked
/[T]::get_unchecked_mut