Skip to content

Commit

Permalink
Disable new items_after_test_module Clippy lint
Browse files Browse the repository at this point in the history
This is new in 1.71, but seems to get confused by the test_case macro.
It was supposedly fixed in
rust-lang/rust-clippy#10992 but that seems to
not have entirely worked.

Signed-off-by: James Bornholt <bornholt@amazon.com>
  • Loading branch information
jamesbornholt committed Jul 13, 2023
1 parent a516cc8 commit 28ab238
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 @@ -60,4 +60,4 @@ fmt-check:
.PHONY: clippy
clippy:
@packages=`echo "$(CRATES)" | sed -E 's/(^| )/ -p /g'`; \
cargo clippy $$packages --no-deps --all-targets --all-features -- -D clippy::all
cargo clippy $$packages --no-deps --all-targets --all-features -- -D clippy::all -A clippy::items-after-test-module

0 comments on commit 28ab238

Please sign in to comment.