We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1765c5d commit 65bc234Copy full SHA for 65bc234
README.md
@@ -83,11 +83,11 @@ cargo clippy
83
84
#### Automatically applying Clippy suggestions
85
86
-Some Clippy lint suggestions can be automatically applied by `cargo fix`.
+Clippy can automatically apply some lint suggestions.
87
Note that this is still experimental and only supported on the nightly channel:
88
89
```terminal
90
-cargo fix -Z unstable-options --clippy
+cargo clippy --fix -Z unstable-options
91
```
92
93
### Running Clippy from the command line without installing it
0 commit comments