Skip to content

Commit bdf2e39

Browse files
committed
Disable clippy in CI due to ICE
rust-lang/rust#137640
1 parent 94e8e46 commit bdf2e39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ jobs:
179179
with:
180180
components: clippy, rust-src
181181
- run: cargo clippy --workspace --tests --exclude demo -- -Dclippy::all -Dclippy::pedantic
182+
continue-on-error: true # https://github.com/rust-lang/rust/issues/137640
182183
- run: cargo clippy --manifest-path demo/Cargo.toml -- -Dclippy::all
184+
continue-on-error: true # https://github.com/rust-lang/rust/issues/137640
183185

184186
clang-tidy:
185187
name: Clang Tidy

0 commit comments

Comments
 (0)