-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
rustdoc: Don't record associated items from trait impls in the search-index #31837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cf99705 to
063b4b4
Compare
src/librustdoc/html/render.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 [email protected] 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