Skip to content

Commit 7071826

Browse files
committed
Adjust clippy setting from cli
1 parent 2636cc9 commit 7071826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ check:
8383
cargo check $(CARGO_ARGS)
8484

8585
clippy:
86-
cargo clippy $(CARGO_ARGS)
86+
cargo clippy $(CARGO_ARGS) -A clippy::manual-is-multiple-of
8787

8888
fmt:
8989
cargo fmt $(CARGO_ARGS)

0 commit comments

Comments
 (0)