Skip to content

Commit b625b3f

Browse files
committed
Disable clippy CI due to clippy crash
Clippy crash: rust-lang/rust-clippy#7423 thread 'rustc' panicked at '`LateContext::typeck_results` called outside of body', src/tools/clippy/clippy_lints/src/use_self.rs:213:20 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace error: internal compiler error: unexpected panic note: the compiler unexpectedly panicked. this is a bug. query stack during panic: #0 [analysis] running analysis passes on this crate end of query stack
1 parent e9bd2d2 commit b625b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
clippy:
9797
name: Clippy
9898
runs-on: ubuntu-latest
99-
if: github.event_name != 'pull_request'
99+
#if: github.event_name != 'pull_request'
100+
if: false # Clippy crash: https://github.com/rust-lang/rust-clippy/issues/7423
100101
steps:
101102
- uses: actions/checkout@v2
102103
- uses: dtolnay/rust-toolchain@clippy

0 commit comments

Comments
 (0)