mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
82030f2dd4
Allow fmt to run on rmake.rs test files As discussed with `@jieyouxu,` `rmake.rs` from the `run-make` testsuite would benefit from being formatted as well. Only thing needed to be done for it to work: allow support for `!` in our `rustfmt.toml` file parsing. r? `@onur-ozkan`