Skip to content

Commit

Permalink
Fix cargo nitpick alias
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 20, 2023
1 parent f137d71 commit bc9bb28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nitpick = """
clippy --workspace --no-deps -- \
-D warnings \
-D clippy::pedantic \
-A clippy::type_complexity \
-A clippy::must_use_candidate \
-A clippy::return_self_not_must_use \
-A clippy::needless_pass_by_value \
Expand Down

0 comments on commit bc9bb28

Please sign in to comment.