Make rustdoc not include self-by-value methods from Deref target#45645
Make rustdoc not include self-by-value methods from Deref target#45645bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @frewsxcv (rust_highfive has picked a reviewer for you, use r? to override) |
|
Two rustdoc test cases need to be updated, removing the |
|
☔ The latest upstream changes (presumably #45187) made this pull request unmergeable. Please resolve the merge conflicts. |
|
What i would suggest to fix the tests, rather than trying to wrangle with Copy, is to instead change the Derefs in those tests to point to String instead, and use |
|
We haven't heard from you in a week or so, @fhartwig — will you have time to address the most recent feedback? |
|
@shepmaster Sorry for the silence, I've been pretty busy. I should be able to finish this in the next 2-3 days. |
|
I've rebased the changes and adapted the failing tests as @QuietMisdreavus suggested (thanks!). Sorry for the delay. |
|
@bors r+ Thanks! |
|
📌 Commit 32af136 has been approved by |
Make rustdoc not include self-by-value methods from Deref target Fixes #39550
|
☀️ Test successful - status-appveyor, status-travis |
Fixes #39550