Skip to content

Commit

Permalink
build: make lint only with default features (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
szokeasaurusrex authored Mar 27, 2024
1 parent 9062d3e commit 2bac865
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 @@ -14,7 +14,7 @@ format-check:

lint:
@rustup component add clippy 2> /dev/null
@cargo clippy --tests --all-features -- -D clippy::all
@cargo clippy --tests -- -D clippy::all
.PHONY: lint

check: lint format-check
Expand Down

0 comments on commit 2bac865

Please sign in to comment.