Skip to content

Commit

Permalink
deny clippy warnings by default (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
xermicus authored Oct 9, 2024
1 parent b344e0c commit 8b7fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 8b7fe8e

Please sign in to comment.