Update --pretty=expanded to -Zunpretty=expanded

This commit is contained in:
David Tolnay 2021-07-27 20:52:34 -07:00
parent ce27e64b73
commit ccd8897bfc
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 4 deletions

View file

@ -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