-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update Applicability of redundant_allocation
lint from MachineApplicable
to MaybeIncorrect
#9634
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? @Manishearth (rust-highfive has picked a reviewer for you, use r? to override) |
r? @llogiq |
|
r? @Manishearth |
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.
I agree, this should be MaybeIncorrect.
Would be nice to have a fourth NonLocal variant on Applicability
`MachineApplicable` to `Unspecified`
redundant_allocation
lint from MachineApplicable
to Unspecified
redundant_allocation
lint from MachineApplicable
to MaybeIncorrect
@Manishearth @llogiq I changed it into |
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
This changes
redundant_allocation
lint from MachineApplicable to MaybeIncorrectfixes #6243
changelog: [
redundant_allocation
]: Change Applicability from MachineApplicable to MaybeIncorrect