-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Make rustdoc not include self-by-value methods from Deref target #45645
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
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