summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2020-09-20 18:02:24 +0200
committerGitHub <noreply@github.com>2020-09-20 18:02:24 +0200
commitecd3d6e9f0d64f6d0a53a97796fb769de6976457 (patch)
treed851fdb8028d0a632df6deecc739a331eff35984 /CONTRIBUTING.md
parentc22ea6d889a4eb2221b21bd36f3b260d781f692a (diff)
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b1c588f7d..1583064c1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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