Uh oh!
There was an error while loading. Please reload this page.
Rustdoc: ignore deref-inherited static methods - #24657
Conversation
aochagavia
commented
Apr 21, 2015
I am not sure on how to test this. At this moment I only know that it compiles... |
alexcrichton
commented
Apr 21, 2015
Could you modify the existing tests for #19190 in conjunction with the Also, could you upload a copy of the docs so they could be manually verified as well? |
aochagavia
commented
Apr 22, 2015
It seems that my changes aren't entirely correct. Hiding static methods works if the target type is a primitive (in this case btw, I used |
alexcrichton
commented
Apr 22, 2015
I think you may want to modify the rendering function instead of the inlining functions as local Also yeah using |
aochagavia
commented
Apr 26, 2015
Thanks for your feedback! I have updated the PR and uploaded the documentation to http://aochagavia.github.io/rust/index.html |
alexcrichton
commented
Apr 27, 2015
alexcrichton
commented
Apr 27, 2015
@bors: r- er actually, could you squash the commits and a more descriptive commit message about this fix? Unfortunately |
bors
commented
Apr 27, 2015
☔ The latest upstream changes (presumably #23606) made this pull request unmergeable. Please resolve the merge conflicts. |
sfackler
commented
May 17, 2015
Ping? |
aochagavia
commented
May 18, 2015
Sorry, I won't have time to resolve the merge conflicts and test the patch again in the following weeks. Feel free to pick it up, though. |
bluss
commented
May 23, 2015
There's another tricky case, all types that deref to slice also show the method |
aochagavia
commented
May 25, 2015
Finally I found time to rebase this. I think it would be better to create an issue for the case @bluss pointed out, since I will not be able to tackle it anytime soon. @alexcrichton r+? |
bluss
commented
May 25, 2015
that's fine, I'm happy with every improvement to rustdoc, so thanks! |
bluss
commented
May 25, 2015
Also fixes dup #25673 |
alexcrichton
commented
May 26, 2015
bors
commented
May 26, 2015
⌛ Testing commit 8703883 with merge b7408c1... |
bors
commented
May 26, 2015
💔 Test failed - auto-linux-64-opt |
alexcrichton
commented
May 26, 2015
@bors: retry On Tue, May 26, 2015 at 6:58 AM, bors notifications@github.com wrote:
|
Fixes#24575
Fixes#25673
r? @alexcrichton