Mention rustup self update (fixes #3211)
This commit is contained in:
parent
c0c770c60b
commit
8e9f1a9d68
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ rustup component add clippy-preview
|
|||
|
||||
Now you can run Clippy by invoking `cargo clippy`.
|
||||
|
||||
If it says that it can't find the `clippy` subcommand, please run `rustup self update`
|
||||
|
||||
### Running Clippy from the command line without installing it
|
||||
|
||||
To have cargo compile your crate with Clippy without Clippy installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue