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

Commit e046235

Browse files
committed
Try -Zunstable-options
1 parent 1502bbf commit e046235

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.buildkite/run.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ echo "--- Run cargo fmt"
7373

7474
echo "--- Run proxy lints"
7575
(cd proxy && time cargo check --all --all-features --all-targets)
76-
(cd proxy && time cargo clean)
77-
(cd proxy && time cargo clippy --all --all-features --all-targets)
76+
(cd proxy && time cargo clippy -Zunstable-options --all --all-features --all-targets)
7877

7978
echo "--- Run proxy tests"
8079
(cd proxy && time cargo test --all --all-features --all-targets)

0 commit comments

Comments
 (0)