From 04093a2aba7224b21fafef3b078eea3569844526 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Sat, 28 Dec 2024 15:45:20 +0800 Subject: [PATCH] chore(clippy): fix --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2cee3d..ba4f06e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,9 @@ jobs: RUSTFLAGS: --cfg hyper_unstable_tracing steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@stable + - uses: dtolnay/rust-toolchain@nightly + with: + components: clippy - uses: taiki-e/install-action@cargo-llvm-cov - name: Generate code coverage run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info