]> git.lizzy.rs Git - rust.git/commitdiff
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)
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

1  2 
src/librustdoc/html/render.rs

Simple merge