We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e76ef1d + 39cdea6 commit 7bd7d40Copy full SHA for 7bd7d40
README.md
@@ -80,6 +80,15 @@ Now you can run Clippy by invoking the following command:
80
cargo clippy
81
```
82
83
+#### Automatically applying Clippy suggestions
84
+
85
+Some Clippy lint suggestions can be automatically applied by `cargo fix`.
86
+Note that this is still experimental and only supported on the nightly channel:
87
88
+```terminal
89
+cargo fix -Z unstable-options --clippy
90
+```
91
92
### Running Clippy from the command line without installing it
93
94
To have cargo compile your crate with Clippy without Clippy installation
0 commit comments