Auto merge of #5479 - matthiaskrgr:readme_auto_fix, r=flip1995

readme: update to cargo clippy --fix command

changelog: none
This commit is contained in:
bors 2020-04-16 21:41:14 +00:00
commit eb9c15a6b3

View File

@ -83,11 +83,11 @@ cargo clippy
#### Automatically applying Clippy suggestions
Some Clippy lint suggestions can be automatically applied by `cargo fix`.
Clippy can automatically apply some lint suggestions.
Note that this is still experimental and only supported on the nightly channel:
```terminal
cargo fix -Z unstable-options --clippy
cargo clippy --fix -Z unstable-options
```
### Running Clippy from the command line without installing it