Skip to content

Commit ac10c56

Browse files
committed
Auto merge of #3655 - manaskarekar:patch-1, r=flip1995
Update Readme for (arguably) better readability Move final instruction to run clippy into a third step in the Readme so it's easier to spot at a quick glance.
2 parents 9f9ce06 + a8157d2 commit ac10c56

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,15 @@ Once you have rustup and the latest stable release (at least Rust 1.29) installe
6868
```terminal
6969
rustup component add clippy
7070
```
71+
If it says that it can't find the `clippy` component, please run `rustup self update`.
7172

72-
Now you can run Clippy by invoking `cargo clippy`.
73+
#### Step 3: Run Clippy
7374

74-
If it says that it can't find the `clippy` subcommand, please run `rustup self update`
75+
Now you can run Clippy by invoking the following command:
76+
77+
```terminal
78+
cargo clippy
79+
```
7580

7681
### Running Clippy from the command line without installing it
7782

0 commit comments

Comments
 (0)