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
steveklabnik
removed
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
Oct 31, 2017
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Nov 7, 2017
…r=QuietMisdreavus
rustdoc: Fix duplicated impls with generics
The same type can appear multiple times in impls so we need to use a set
to avoid adding it multiple times.
Fixes: rust-lang#45584
…reavus
rustdoc: Fix duplicated impls with generics
The same type can appear multiple times in impls so we need to use a set
to avoid adding it multiple times.
Fixes: #45584
An example can be found in [HashSet](https://doc.rust-lang.org/nightly/std/collections/struct.HashSet.html#impl-BitAnd<&'b HashSet<T, S>>) docs.
The text was updated successfully, but these errors were encountered: