From 43d125b909b6618601c022fc46c8a86582d1dd39 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 9 May 2021 13:15:00 +0200 Subject: [PATCH] make sure clippy runs on workspace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77b035e3..f3923d18 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ fmt: clippy: touch src/main.rs cargo clean -p gitui -p asyncgit -p scopetime - cargo clippy --all-features + cargo clippy --workspace --all-features clippy-nightly: touch src/main.rs