From 515aa66a8e7cc477e390a9797826e20a37928c33 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Mon, 23 Aug 2021 10:20:45 +0800 Subject: [PATCH] Aligning clippy command with GitHub actions Signed-off-by: hi-rustin --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54ea1997a331..3725d203e563 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,7 +131,7 @@ To run rustfmt tests locally: 3. Run clippy using cargo from the root of your diesel repo. ``` - cargo clippy + cargo clippy --all ``` Each PR needs to compile without warning.