Skip to content

Commit

Permalink
style: remove unused clippy module
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 1, 2024
1 parent 9b25a38 commit 06ac2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make/cargo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ define cargo_build
endef

define cargo_clippy
$(call run_cmd,cargo clippy,--all-features --workspace --exclude axlog $(1) $(verbose))
$(call run_cmd,cargo clippy,--all-features --workspace $(1) $(verbose))
$(call run_cmd,cargo clippy,-p axlog -p percpu -p percpu_macros $(1) $(verbose))
endef

Expand Down

0 comments on commit 06ac2f8

Please sign in to comment.