Skip to content

Commit

Permalink
run clippy on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Oct 25, 2022
1 parent 9c724ae commit e3f356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -31,6 +31,6 @@ format-check:

lint:
@rustup component add clippy 2> /dev/null
@cargo clippy
@cargo clippy --all-targets

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

0 comments on commit e3f356d

Please sign in to comment.