This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch rskraba/AVRO-3855-rust-matrix in repository https://gitbox.apache.org/repos/asf/avro.git
commit ba2dcb946396d07e3f077e2b32466f02e05edcc9 Author: Ryan Skraba <[email protected]> AuthorDate: Wed Sep 13 19:57:43 2023 +0200 Update test-lang-rust-clippy.yml --- .github/workflows/test-lang-rust-clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-lang-rust-clippy.yml b/.github/workflows/test-lang-rust-clippy.yml index adb8efe96..ecfb733b1 100644 --- a/.github/workflows/test-lang-rust-clippy.yml +++ b/.github/workflows/test-lang-rust-clippy.yml @@ -53,5 +53,5 @@ jobs: - uses: dtolnay/rust-toolchain@nightly with: toolchain: stable - components: clippy + components: ${{ matrix.rust }} - run: cargo clippy --all-features --all-targets -- -Dclippy::all -Dunused_imports
