Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit f50e37d

Browse files
committed
Remove now-resolved clippy exception
1 parent 6a5b875 commit f50e37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575

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

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

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

0 commit comments

Comments
 (0)