Fix install command for clippy, uses rustup
Trying to install with cargo fails with the following error: ``` Caused by: failed to run custom build command for `clippy v0.0.302` Caused by: process didn't exit successfully: `/var/folders/66/180ynjt55z74l338gh0stq0c0000gn/T/cargo-installkNqJBB/release/build/clippy-bcde765a4c9acf93/build-script-build` (exit code: 1) --- stderr error: Clippy is no longer available via crates.io help: please run `rustup component add clippy-preview` instead ```
This commit is contained in:
parent
4a8cef56ea
commit
f62723644f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Some features have additional dependencies:
|
|||
add rustfmt-preview~
|
||||
+ The following commands require:
|
||||
+ ~cargo-process-check~: ~cargo install cargo-check~
|
||||
+ ~cargo-process-clippy~: ~cargo install clippy~
|
||||
+ ~cargo-process-clippy~: ~rustup component add clippy-preview~
|
||||
+ ~cargo-process-{add,rm,upgrade}~: ~cargo install cargo-edit~
|
||||
|
||||
* Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue