Skip to content

rustdoc duplicates "implementors" in some rare cases #31491

New issue

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

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

Already on GitHub? Sign in to your account

Closed
nodakai opened this issue Feb 8, 2016 · 2 comments
Closed

rustdoc duplicates "implementors" in some rare cases #31491

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

Comments

@nodakai
Copy link
Contributor

nodakai commented Feb 8, 2016

Implementors

impl<T, U> Into<U> for T where U: From<T>
impl Into<Vec<u8>> for String
impl Into<OsString> for PathBuf
impl Into<Vec<u8>> for String

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

Duplicate of #25061, I think

@steveklabnik
Copy link
Member

Yes, it would seem so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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

3 participants