Merge pull request #1832 from webframp/rustdoc
Fix install command for clippy, uses rustup
This commit is contained in:
commit
f4346cdb61
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Some features have additional dependencies:
|
||||||
add rustfmt-preview~
|
add rustfmt-preview~
|
||||||
+ The following commands require:
|
+ The following commands require:
|
||||||
+ ~cargo-process-check~: ~cargo install cargo-check~
|
+ ~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~
|
+ ~cargo-process-{add,rm,upgrade}~: ~cargo install cargo-edit~
|
||||||
|
|
||||||
* Features
|
* Features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue