-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Refactor: arrange lints in misc_early module #7166
Conversation
r? @llogiq (rust-highfive has picked a reviewer for you, use r? to override) |
Thank you! @bors r+ |
📌 Commit 3fbb060 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Thanks for splitting up those lints! This will need a follow up PR though. The main issue with the |
@flip1995 |
Thanks! If you're unsure about lints, just ask or put them where you see the best fit for them and we can look at it during review. |
This PR arranges misc_early lints so that they can be accessed more easily.
Basically, I refactored them following the instruction described in #6680.
cc: @Y-Nak, @flip1995, @magurotuna
changelog: Move lints in misc_early module into their own modules.