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.
rustup self update
1 parent c0c770c commit 8e9f1a9Copy full SHA for 8e9f1a9
README.md
@@ -64,6 +64,8 @@ rustup component add clippy-preview
64
65
Now you can run Clippy by invoking `cargo clippy`.
66
67
+If it says that it can't find the `clippy` subcommand, please run `rustup self update`
68
+
69
### Running Clippy from the command line without installing it
70
71
To have cargo compile your crate with Clippy without Clippy installation
0 commit comments