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