mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 05:17:37 +03:00
Update --pretty=expanded to -Zunpretty=expanded
This commit is contained in:
parent
ce27e64b73
commit
ccd8897bfc
3 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,7 @@ $ cargo expand
|
|||
This is a wrapper around the more verbose compiler command:
|
||||
|
||||
```console
|
||||
$ cargo rustc --profile=check -- -Zunstable-options --pretty=expanded
|
||||
$ cargo rustc --profile=check -- -Zunpretty=expanded
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue