rustdoc: Don't record associated items from trait impls in the search-index#31837
rustdoc: Don't record associated items from trait impls in the search-index#31837bors merged 2 commits intorust-lang:masterfrom
Conversation
cf99705 to
063b4b4
Compare
src/librustdoc/html/render.rs
Outdated
There was a problem hiding this comment.
I think you can have an impl-in-an-impl, so this flag may need to be preserved and restored across the recursive calls?
426d9e7 to
f240bb4
Compare
|
I pushed an update restoring the flag across recursive calls. |
src/librustdoc/html/render.rs
Outdated
There was a problem hiding this comment.
Shouldn't this be saved before the match above which modifies it?
f240bb4 to
f5df7e0
Compare
Yeah.. sorry, about that. |
|
⌛ Testing commit f5df7e0 with merge a46718e... |
|
💔 Test failed - auto-win-gnu-32-nopt-t |
|
@bors: retry On Wed, Feb 24, 2016 at 11:49 AM, bors notifications@github.com wrote:
|
…ichton This effectively only records associated items from either inherent impls or trait definitions in the search-index. fixes rust-lang#31808 r? @alexcrichton
This effectively only records associated items from either inherent impls or trait definitions in the search-index.
fixes #31808
r? @alexcrichton