Skip to content

Commit 04093a2

Browse files
committed
chore(clippy): fix
1 parent d36ebc3 commit 04093a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
RUSTFLAGS: --cfg hyper_unstable_tracing
4949
steps:
5050
- uses: actions/checkout@v4
51-
- uses: dtolnay/rust-toolchain@stable
51+
- uses: dtolnay/rust-toolchain@nightly
52+
with:
53+
components: clippy
5254
- uses: taiki-e/install-action@cargo-llvm-cov
5355
- name: Generate code coverage
5456
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

0 commit comments

Comments
 (0)