Skip to content

Commit 2cc3532

Browse files
authored
Merge pull request #209 from dtolnay/ice
Temporarily disable clippy on tests due to ICE
2 parents c93e97c + f1d6746 commit 2cc3532

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
steps:
4444
- uses: actions/checkout@v3
4545
- uses: dtolnay/rust-toolchain@clippy
46-
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
46+
# Temporarily disabled on --tests because clippy is crashing.
47+
# https://github.com/rust-lang/rust-clippy/issues/9089
48+
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic
4749

4850
miri:
4951
name: Miri

0 commit comments

Comments
 (0)