-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update documentation for new_ret_no_self #5448
Update documentation for new_ret_no_self #5448
Conversation
The lint was changed to be more lenient than the documentation implies in PR rust-lang#3338. Related issue rust-lang#3313
Dunno about |
Going to trigger a new build, then it should be green :) |
@Emerentius you'll also need to run |
Done. Also, wow, you need to download and compile a lot of stuff for this dev tool. |
Yeah, that's mostly due to using @bors r+ thanks! |
📌 Commit e98c7a4 has been approved by |
💔 Test failed - checks-action_test |
(The failure is unrelated to your PR, likely caused by rust-lang/rust#71029) |
@bors retry |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: Update documentation for lint new_ret_no_self to reflect that the return type must only contain
Self
, not beSelf
The lint was changed to be more lenient than the documentation implies in PR #3338 (Related issue #3313)