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 9f9ce06 commit 09323d7Copy full SHA for 09323d7
README.md
@@ -69,9 +69,15 @@ Once you have rustup and the latest stable release (at least Rust 1.29) installe
69
rustup component add clippy
70
```
71
72
-Now you can run Clippy by invoking `cargo clippy`.
+#### Step 3: Run Clippy
73
74
-If it says that it can't find the `clippy` subcommand, please run `rustup self update`
+Now you can run Clippy by invoking the following command:
75
+
76
+```terminal
77
+cargo clippy
78
+```
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
0 commit comments