docs: update clippy command in the CONTRIBUTING.md (#1665)

Have updated the clippy command in the CONTRIBUTING.md to match the one
that is used by the CI system.
This commit is contained in:
Thomas O'Donnell 2020-09-20 18:02:24 +02:00 committed by GitHub
parent c22ea6d889
commit ecd3d6e9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Starship source files are linted with [clippy](https://crates.io/crates/clippy).
```sh
rustup component add clippy
cargo clippy
cargo clippy --all-targets --all-features
```
## Formatting