Skip to content

Commit eb9c15a

Browse files
committed
Auto merge of rust-lang#5479 - matthiaskrgr:readme_auto_fix, r=flip1995
readme: update to cargo clippy --fix command changelog: none
2 parents adf7c50 + 65bc234 commit eb9c15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ cargo clippy
8383

8484
#### Automatically applying Clippy suggestions
8585

86-
Some Clippy lint suggestions can be automatically applied by `cargo fix`.
86+
Clippy can automatically apply some lint suggestions.
8787
Note that this is still experimental and only supported on the nightly channel:
8888

8989
```terminal
90-
cargo fix -Z unstable-options --clippy
90+
cargo clippy --fix -Z unstable-options
9191
```
9292

9393
### Running Clippy from the command line without installing it

0 commit comments

Comments
 (0)