mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Rustfmt is readable
This commit is contained in:
parent
faceb2b77b
commit
597ce4f487
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue