-
Notifications
You must be signed in to change notification settings - Fork 13.4k
structured suggestion for renamed-and-removed-lints #52395
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
structured suggestion for renamed-and-removed-lints #52395
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
79fb4c7
to
d351370
Compare
new_name, | ||
Applicability::MachineApplicable | ||
); | ||
} |
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.
It'd be nice if we could add a suggestion to remove the lint, but getting the right span might be a bit of a pain (specially due to the possibility of multiple lints be present).
@bors r+ rollup |
📌 Commit d351370 has been approved by |
…=estebank structured suggestion for renamed-and-removed-lints  r? @estebank
☀️ Test successful - status-appveyor, status-travis |
📣 Toolstate changed by #52395! Tested on commit 1fa76a4. 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@1fa76a4. Direct link to PR: <rust-lang/rust#52395> 💔 clippy-driver on windows: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → test-fail (cc @Manishearth @llogiq @mcarton @oli-obk, @rust-lang/infra).
r? @estebank