-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Move use_self to nursery #4863
Move use_self to nursery #4863
Conversation
Closes rust-lang#4859 We have a lot of false positives in this lint, so I think it makes sense to move this to the nursery until they are resolved. changelog: Move `use_self` lint to nursery, due to many false positives
|
Huh, indeed. Not at my Clippy machine right now but I will check later today. Maybe I just forgot to commit that file. |
@bors r+ |
📌 Commit fd7eca2 has been approved by |
Move use_self to nursery Closes #4859 We have a lot of false positives in this lint, so I think it makes sense to move this to the nursery until they are resolved. changelog: Move `use_self` lint to nursery, due to many false positives
💔 Test failed - checks-travis |
It looks like something's wrong with the
If there's no |
@bors retry - maybe it was a temporary issue |
Move use_self to nursery Closes #4859 We have a lot of false positives in this lint, so I think it makes sense to move this to the nursery until they are resolved. changelog: Move `use_self` lint to nursery, due to many false positives
☀️ Test successful - checks-travis, status-appveyor |
Closes #4859
We have a lot of false positives in this lint, so I think it makes sense
to move this to the nursery until they are resolved.
changelog: Move
use_self
lint to nursery, due to many false positives