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 d36ebc3 commit 04093a2Copy full SHA for 04093a2
.github/workflows/ci.yml
@@ -48,7 +48,9 @@ jobs:
48
RUSTFLAGS: --cfg hyper_unstable_tracing
49
steps:
50
- uses: actions/checkout@v4
51
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@nightly
52
+ with:
53
+ components: clippy
54
- uses: taiki-e/install-action@cargo-llvm-cov
55
- name: Generate code coverage
56
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
0 commit comments