mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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``