This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 826bc5ec1 AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0
826bc5ec1 is described below
commit 826bc5ec1de1f2f182fd7e8a65a9f756c4b4da7f
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Sep 14 09:05:30 2023 +0300
AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0
Fix action warning:
```
clippy_check (stable)
Unexpected input(s) 'rust-version', valid inputs are ['toolchain',
'targets', 'target', 'components']
```
https://github.com/apache/avro/actions/runs/6177393289?pr=2494
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/test-lang-rust-clippy.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/test-lang-rust-clippy.yml
b/.github/workflows/test-lang-rust-clippy.yml
index 13bf179aa..e02878631 100644
--- a/.github/workflows/test-lang-rust-clippy.yml
+++ b/.github/workflows/test-lang-rust-clippy.yml
@@ -52,7 +52,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
- rust-version: ${{ matrix.rust }}
toolchain: ${{ matrix.rust }}
components: clippy
- run: cargo clippy --all-features --all-targets -- -Dclippy::all
-Dunused_imports