Rustfmt is readable

This commit is contained in:
David Tolnay 2017-01-16 15:39:06 -08:00
parent faceb2b77b
commit 597ce4f487
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -13,8 +13,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`.
to format the expanded output. The resulting code is typically much more
readable than what you get from the compiler. If `rustfmt` is not available, the
expanded code is not formatted. Install `rustfmt` with `cargo install rustfmt`.
This command optionally uses [`Pygments`](http://pygments.org/) to colorize the
expanded output. If `Pygments` is not available, the expanded code is not