Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 6035d69

Browse files
committed
Make clippy work on CI again
This was first fixed in: #430. But then later broken in: #721
1 parent cb75d59 commit 6035d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ echo "--- Run proxy fmt"
4343
(cd proxy && time cargo fmt --all -- --check)
4444

4545
echo "--- Run proxy lints"
46-
(cd proxy && time cargo clippy --all --all-features --all-targets)
46+
(cd proxy && time cargo clippy --all --all-features --all-targets -Z unstable-options)
4747

4848
echo "--- Run app eslint checks"
4949
time yarn lint

0 commit comments

Comments
 (0)