From ecd3d6e9f0d64f6d0a53a97796fb769de6976457 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Sun, 20 Sep 2020 18:02:24 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1c588f7..1583064c 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