summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-05-09 13:15:00 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2021-05-09 13:15:00 +0200
commit43d125b909b6618601c022fc46c8a86582d1dd39 (patch)
treef041c7bf6fa79df911d5da86fa2dcc0ed2e7b5e2 /Makefile
parent386a31067f956329aa64203c8f19c3737392a3a3 (diff)
make sure clippy runs on workspace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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