]> git.lizzy.rs Git - rust.git/commit
auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmr
authorbors <bors@rust-lang.org>
Fri, 29 Aug 2014 15:41:20 +0000 (15:41 +0000)
committerbors <bors@rust-lang.org>
Fri, 29 Aug 2014 15:41:20 +0000 (15:41 +0000)
commit51d0d0641000d642b257beb2fe53f5174a7879d5
tree859c865fa76d1a0f0c28dd093a80cad67d15d841
parent602592675ce86aeca465c4ac748cee2bff291443
parent0db6f4cb57e6209dcd6e6d66732c190b652f6485
auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmr

Previously, this caused methods of re-exported types to not be inserted into
the search index. This fix may introduce some false positives, but in my
testing they appear as orphaned methods and end up not being inserted into the
final search index at a later stage.

Fixes issue #11943
src/librustdoc/html/render.rs