-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Refactor: organize loops file into loops module (Delegated) #6824
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
☔ The latest upstream changes (presumably #6822) made this pull request unmergeable. Please resolve the merge conflicts. |
…ck_manual_flatten
…plicit counter to explicit counter loop
…lints to each file
730a3ce
to
74bd806
Compare
Changes: Resolve conflicts. |
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.
Found something to improve. I will continue reviewing this ASAP (I'm half way through)
LGTM. I haven't looked in-depth on all the visitors, but I have the feeling that it might be worth looking into sharing those between the lints. Not su if that is possible though. @bors r+ Thanks for the initial work @nahuakang and thanks for picking it up @Y-Nak ! |
📌 Commit 19c886b has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
@flip1995 @nahuakang
closes #6693
r? @flip1995
As we talked about in the PM of Zulip, this PR is a delegated PR from @nahuakang.
Changes from the last commit of #6693:
check_for_loop_arg
, that was pointed out here and herechangelog: Refactor
loops.rs
file intoloops
module.