mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
7191675ab1
Refactor: arrange lints in misc_early module 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.