-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix never_loop forget to remove break in suggestion
#15064
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? @Alexendoo rustbot has assigned @Alexendoo. Use |
4f18d7f to
028a864
Compare
|
Alexendoo's a little bit over the top on capacity (32 assigned PRs) r? @blyxyas |
blyxyas
left a comment
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.
Some starting review, mainly on readability.
|
Updated. Thank you! |
blyxyas
left a comment
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.
This would be the last question, and I think this is ready!
|
@rustbot ready |
Closes #15007
Removes the
breakstmt and the dead code after it when appropriate.changelog: [
never_loop] Make sure to removebreakin suggestions