From 8b7fe8e3d7901770a8636a93a8c41e5acb38db92 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Wed, 9 Oct 2024 20:19:12 +0200 Subject: [PATCH] deny clippy warnings by default (#73) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a2492ce..d92f49d8 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ bench: install-bin | criterion-table > crates/benchmarks/BENCHMARKS.md clippy: - cargo clippy --all-features --workspace --tests --benches + cargo clippy --all-features --workspace --tests --benches -- --deny warnings --allow dead_code docs: docs-build mdbook serve --open docs/