-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[needless_return
] Recursively remove unneeded semicolons
#9497
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? @flip1995 (rust-highfive has picked a reviewer for you, use r? to override) |
65b023b
to
b333645
Compare
a73376c
to
b333645
Compare
@llogiq can you re-approve this PR? We're fixing some bors missing events (which is why I closed/opened it etc); see https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/bors.20stuck.20for.20Miri.20and.20other.20tools.3F for some additional context. |
Sure! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fix #8336,
fix #8156,
fix #7358,
fix #9192,
fix #9503
changelog: [
needless_return
] Recursively remove unneeded semicolonsFor now the suggestion about removing the semicolons are hidden because they would be very noisy and should be obvious if the user wants to apply the lint manually instead of using
--fix
. This could be an issue for beginner, but haven't found better way to display it.