mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

rustfmt fixes The `rmake.rs` entries in `rustfmt.toml` are causing major problems for `x fmt`. This PR removes them and does some minor related cleanups. r? ``@GuillaumeGomez``