]> git.lizzy.rs Git - rust.git/commit
Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus
authorbors <bors@rust-lang.org>
Tue, 7 Nov 2017 07:24:13 +0000 (07:24 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Nov 2017 07:24:13 +0000 (07:24 +0000)
commit3e7f501991df2f7fc87f6c340945112c128735d2
treef97c0d2bacbebfa5b4c38099c54a1ef1f3f7a3e1
parenta17e72462fcf4c4b8699fba086ab5363b0bba3bb
parent676b4bbdc40be39d12b811d6871c2df59e93cde9
Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, 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: #45584
src/librustdoc/html/render.rs