We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a679881 commit be8fefcCopy full SHA for be8fefc
.github/workflows/ci.yml
@@ -145,14 +145,16 @@ jobs:
145
- name: rustfmt
146
run: ./ci/rustfmt.sh
147
148
- # Check clippy.
149
- clippy:
150
- runs-on: ubuntu-latest
151
- steps:
152
- - uses: actions/checkout@v3
153
- - uses: dtolnay/rust-toolchain@stable
154
- - name: clippy
155
- run: ./ci/clippy.sh
+ # This branch no longer actively developed. Most commits to this
+ # branch are backporting and should not be blocked by clippy.
+ # # Check clippy.
+ # clippy:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v3
+ # - uses: dtolnay/rust-toolchain@stable
156
+ # - name: clippy
157
+ # run: ./ci/clippy.sh
158
159
# Run miri.
160
miri:
0 commit comments