Skip to content

Commit 680c143

Browse files
committed
try to fix clippy on CI as well.
I don't know if the toolchain file works like that either, set a local override for now via `rustup override set 1.65`.
1 parent f1160fb commit 680c143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/checkout@v3
121121
- uses: dtolnay/rust-toolchain@master
122122
with:
123-
toolchain: stable
123+
toolchain: 1.65 # clippy is broken for us in 1.66
124124
components: clippy,rustfmt
125125
- name: Run cargo clippy
126126
run: cargo clippy --all --tests

rust-toolchain.tml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "stable"
2+
channel = "stable-1.65"

0 commit comments

Comments
 (0)