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:
parent
c22ea6d889
commit
ecd3d6e9f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue