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
std::borrow::ToOwned's doc page lists impl<T> ToOwned<T> for T as an implementor which is not accurate. Only through reading the source does it becomes apparent that it should read impl<T> ToOwned<T> for T where T: Clone.
The text was updated successfully, but these errors were encountered:
nrc
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Jan 4, 2015
std::borrow::ToOwned
's doc page listsimpl<T> ToOwned<T> for T
as an implementor which is not accurate. Only through reading the source does it becomes apparent that it should readimpl<T> ToOwned<T> for T where T: Clone
.The text was updated successfully, but these errors were encountered: