Temporarily disable rustfmt

This commit is contained in:
David Tolnay 2016-11-26 08:28:11 -08:00
parent 9816494f77
commit 67550586f7
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 7 additions and 3 deletions

View file

@ -14,7 +14,9 @@ Install with `cargo install cargo-expand`.
This command optionally uses
[`rustfmt`](https://github.com/rust-lang-nursery/rustfmt)
to format the expanded output. If `rustfmt` is not available, the expanded code
is not formatted. Install `rustfmt` with `cargo install rustfmt`.
is not formatted. Install `rustfmt` with `cargo install rustfmt`. (Note:
`rustfmt` is temporarily disabled due to
[rust-lang/rust#38016](https://github.com/rust-lang/rust/issues/38016).)
## Example