deny clippy warnings by default (#73)

This commit is contained in:
Cyrill Leutwiler
2024-10-09 20:19:12 +02:00
committed by GitHub
parent b344e0cff5
commit 8b7fe8e3d7
+1 -1
View File
@@ -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/