-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix formatting for removed lints #81135
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
err I'm not sure if you have r? permissions - here they are just in case: @bors delegate=flip1995 |
✌️ @flip1995 can now approve this pull request |
This comment has been minimized.
This comment has been minimized.
- Don't add backticks for the reason a lint was removed. This is almost never a code block, and when it is the backticks should be in the reason itself. - Don't assume clippy is the only tool that needs to be checked for backwards compatibility
Clippy also has tests for this in I don't have r+ rights here, but I generally approve this change. Always wondered why those backticks were there. |
@bors r=flip1995 |
📌 Commit 77b5ced has been approved by |
Fix formatting for removed lints - Don't add backticks for the reason a lint was removed. This is almost never a code block, and when it is the backticks should be in the reason itself. - Don't assume clippy is the only tool that needs to be checked for backwards compatibility I split this out of rust-lang#80527 because it kept causing tests to fail, and it's a good change to have anyway. r? `@flip1995`
⌛ Testing commit 77b5ced with merge 894f85d1d45998a3413d0bd0faca3cea02d099da... |
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
Fix formatting for removed lints - Don't add backticks for the reason a lint was removed. This is almost never a code block, and when it is the backticks should be in the reason itself. - Don't assume clippy is the only tool that needs to be checked for backwards compatibility I split this out of rust-lang#80527 because it kept causing tests to fail, and it's a good change to have anyway. r? `@flip1995`
never a code block, and when it is the backticks should be in the reason
itself.
backwards compatibility
I split this out of #80527 because it kept causing tests to fail, and it's a good change to have anyway.
r? @flip1995