mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:55:14 +00:00
Add module_style lint to style changelog: Add new [`module_style`] style lint This is a configurable (no mod file/mod file) lint that determines if `mod.rs` is used consistently or if `mod.rs` is never used (using the new mod layout).