We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adf7c50 + 65bc234 commit eb9c15aCopy full SHA for eb9c15a
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