diff --git a/Makefile b/Makefile index 6a2492c..d92f49d 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/