Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Duplicate entries in list of Implementors in standard library docs #840

Closed
mulkieran opened this issue Jun 7, 2017 · 3 comments
Closed

Comments

@mulkieran
Copy link

Go to: https://doc.rust-lang.org/std/ops/trait.Deref.html. Search in your browser for impl Deref for String. Get two matches. Same for impl<T> Deref for Vec<T>.

Also, look for Box, Arc, and Rc. These each get three entries. Two are identical as strings, but the third is identical in meaning, AFAICT.

@mulkieran
Copy link
Author

Also, it is quite unclear to me what order the implementors are displayed in...I suspect it is some kind of random artifact of the implementation.

@steveklabnik
Copy link
Member

Can you file this bug against https://github.com/rust-lang/rust/ please? This is a bug in the doc generation tool, not in the website. Thank you!

@mulkieran
Copy link
Author

Old issue: rust-lang/rust#25061.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants