-
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
Fix new_ret_no_self
false positive
#6952
Conversation
r? @Manishearth (rust-highfive has picked a reviewer for you, use r? to override) |
1321da5
to
6181a4b
Compare
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.
Overall seems good! I just think this function could be better named, with a more descriptive comment.
☔ The latest upstream changes (presumably #6957) made this pull request unmergeable. Please resolve the merge conflicts. |
…different generic arguments
4caa00d
to
6e88900
Compare
@bors r+ thanks! |
📌 Commit 6e88900 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes: #1724
changelog: Fix false positive with
new_ret_no_self
when returningSelf
with different generic arguments