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.
2 parents c93e97c + f1d6746 commit 2cc3532Copy full SHA for 2cc3532
.github/workflows/ci.yml
@@ -43,7 +43,9 @@ jobs:
43
steps:
44
- uses: actions/checkout@v3
45
- uses: dtolnay/rust-toolchain@clippy
46
- - run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
+ # 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
49
50
miri:
51
name: Miri
0 commit comments