Skip to content

Commit 8e9f1a9

Browse files
authored
Mention rustup self update (fixes #3211)
1 parent c0c770c commit 8e9f1a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ rustup component add clippy-preview
6464

6565
Now you can run Clippy by invoking `cargo clippy`.
6666

67+
If it says that it can't find the `clippy` subcommand, please run `rustup self update`
68+
6769
### Running Clippy from the command line without installing it
6870

6971
To have cargo compile your crate with Clippy without Clippy installation

0 commit comments

Comments
 (0)