Skip to content

Duplicate entries in trait std::clone::Clone implementors #31431

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
WiSaGaN opened this issue Feb 5, 2016 · 2 comments
Closed

Duplicate entries in trait std::clone::Clone implementors #31431

WiSaGaN opened this issue Feb 5, 2016 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@WiSaGaN
Copy link
Contributor

WiSaGaN commented Feb 5, 2016

In std::clone::Clone,
we see there are duplicate entries,
impl<T> Clone for Box<T> where T: Clone
impl<T: Clone> Clone for Box<T>
impl<T> Clone for Box<T> where T: Clone
@bluss suggested

probably something related to the multiple crate structure of std

Not sure if this is related to #26384, but it's still in nightly doc.

@bluss bluss added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Feb 5, 2016
@jonas-schievink
Copy link
Contributor

Duplicate of #25061?

@steveklabnik
Copy link
Member

yes, it would seem so.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants