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
I just noticed that the documentation on Vec::spare_capacity_mut(&mut self) -> &mut [MaybeUninit<T>] has a hover icon with "Notable traits for &'_ [u8]". MaybeUninit<T> can never be a u8 (though it could be MaybeUninit<u8>), so this information is irrelevant.
I saw that on documentation for "Version 1.48.0-nightly (a1947b3 2020-09-10)".
The text was updated successfully, but these errors were encountered:
cuviper
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
Sep 11, 2020
I just noticed that the documentation on
Vec::spare_capacity_mut(&mut self) -> &mut [MaybeUninit<T>]
has a hover icon with "Notable traits for&'_ [u8]
".MaybeUninit<T>
can never be au8
(though it could beMaybeUninit<u8>
), so this information is irrelevant.I saw that on documentation for "Version 1.48.0-nightly (a1947b3 2020-09-10)".
The text was updated successfully, but these errors were encountered: