-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustdoc duplicates implementor of core trait #30219
Comments
birkenfeld
added a commit
to birkenfeld/rust
that referenced
this issue
May 9, 2016
The collect() fn checks for double quotes; use them here as well. Fixes: rust-lang#30219
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 9, 2016
rustdoc: fix emitting duplicate implementors in .js files The collect() fn checks for double quotes; use them here as well. Fixes: rust-lang#30219
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 9, 2016
rustdoc: fix emitting duplicate implementors in .js files The collect() fn checks for double quotes; use them here as well. Fixes: rust-lang#30219
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
May 9, 2016
rustdoc: fix emitting duplicate implementors in .js files The collect() fn checks for double quotes; use them here as well. Fixes: rust-lang#30219
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If i switch branches and regenerate the doc:
all the
implementors['my_crate'] = …
get duplicated (implementors['extern_crate'] = …
is not affected it seems). I get new duplicates every time I repeat the process of checking out another branch, checking back and runningcargo doc
.The text was updated successfully, but these errors were encountered: