Skip to content

Commit

Permalink
Allow clippy::needless_borrow on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Dec 5, 2021
1 parent 05a9817 commit b7cc236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commands:
type: boolean
default: false
steps:
- run: cargo clippy <<^parameters.no_feature>>--no-default-features --features="${FEATURES}"<</parameters.no_feature>> --release -p <<parameters.package>> -- -D warnings
- run: cargo clippy <<^parameters.no_feature>>--no-default-features --features="${FEATURES}"<</parameters.no_feature>> --release -p <<parameters.package>> -- -D warnings -A clippy::needless_borrow

run_with_coverage:
description: run command with environment for coverage
Expand Down

0 comments on commit b7cc236

Please sign in to comment.