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.
1 parent e76ef1d commit 8dde4e5Copy full SHA for 8dde4e5
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