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
It would be very useful to see all the functions which return a given type A on type A's rustdoc page.
Example: At the time of this posting, std::slice::IterMut is returned by the function fn iter_mut(&mut self) -> IterMut<T>; in the trait std::slice::SliceExt. As a consequence of this relationship, the documentation for std::slice::IterMut, should include a link to std::slice::SliceExt.
The text was updated successfully, but these errors were encountered:
huonw
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Dec 24, 2014
It would be very useful to see all the functions which return a given type A on type A's rustdoc page.
Example: At the time of this posting,
std::slice::IterMut
is returned by the functionfn iter_mut(&mut self) -> IterMut<T>;
in the traitstd::slice::SliceExt
. As a consequence of this relationship, the documentation forstd::slice::IterMut
, should include a link tostd::slice::SliceExt
.The text was updated successfully, but these errors were encountered: