We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09323d7 commit a8157d2Copy full SHA for a8157d2
README.md
@@ -68,6 +68,7 @@ Once you have rustup and the latest stable release (at least Rust 1.29) installe
68
```terminal
69
rustup component add clippy
70
```
71
+If it says that it can't find the `clippy` component, please run `rustup self update`.
72
73
#### Step 3: Run Clippy
74
@@ -77,8 +78,6 @@ Now you can run Clippy by invoking the following command:
77
78
cargo clippy
79
80
-If it says that it can't find the `clippy` subcommand, please run `rustup self update`.
81
-
82
### Running Clippy from the command line without installing it
83
84
To have cargo compile your crate with Clippy without Clippy installation
0 commit comments