Skip to content

Commit

Permalink
Remove now-resolved clippy exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed May 11, 2023
1 parent 6a5b875 commit f50e37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi

_ ci/order-crates-for-publishing.py

nightly_clippy_allows=(--allow=clippy::redundant_clone --allow clippy::match-result-ok)
nightly_clippy_allows=(--allow=clippy::redundant_clone)

# run nightly clippy for `sdk/` as there's a moderate amount of nightly-only code there
_ scripts/cargo-for-all-lock-files.sh -- "+${rust_nightly}" clippy --workspace --all-targets --features dummy-for-ci-check -- \
Expand Down

0 comments on commit f50e37d

Please sign in to comment.