Skip to content

Commit

Permalink
Extend application of clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 26, 2025
1 parent be19e8f commit cb6126e
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 @@ -31,6 +31,6 @@ format-check:

lint:
@rustup component add clippy 2> /dev/null
@cargo clippy --examples --tests
@cargo clippy --examples --tests --all-features -- --deny warnings

.PHONY: all doc build check test format format-check lint check-minver msrv-lock

0 comments on commit cb6126e

Please sign in to comment.