Add `cargo fmt` to CI and delete `rustfmt.toml`
authorAlex Crichton <alex@alexcrichton.com>
Wed, 14 Mar 2018 15:14:56 +0000 (08:14 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 15 Mar 2018 00:47:13 +0000 (17:47 -0700)
commita13a33c33b049a7b412f0cc80a7b166b0d58345c
tree84a150d3c9c94f16db2aa16319900834ada8e756
parent1eb4c8f1b41cf299abcd6d2bf427045ecbcf6595
Add `cargo fmt` to CI and delete `rustfmt.toml`

This commit adds CI to run `cargo fmt` over Cargo itself as well as the internal
`crates-io` crate. This should switch Cargo to the "default style" (aka whatever
rustfmt spits out) and ensure that we keep it that way via CI. Hopefully this
won't be too much of a bother to keep up and running in CI as it should just be
a `cargo fmt` away!
.travis.yml
rustfmt.toml [deleted file]