You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vec::as_slice and Vec::as_mut_slice are both marked unstable with reason "waiting on RFC revision." But the docs for as_mut_slice say that it is deprecated.
If these methods are deprecated, they should be marked deprecated instead of unstable. And either way, a hint should be added regarding how to replace Vec::as_slice in old code.