Skip to content

Commit

Permalink
AVRO-3855: [Rust] Fix clippy error with Rust 1.65.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
martin-g authored and Ranbir Kumar committed May 13, 2024
1 parent a8ffcf3 commit d77b5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-lang-rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d77b5a1

Please sign in to comment.