Rust: remove clippy warnings

This commit is contained in:
Paolo Tranquilli
2024-12-19 12:22:40 +01:00
parent 1d9a9fef76
commit 7f5b8fdcec
4 changed files with 11 additions and 12 deletions

View File

@@ -45,8 +45,7 @@ jobs:
- name: Clippy
shell: bash
run: |
cargo clippy --fix
git diff --exit-code
cargo clippy -- -D warnings
rust-code:
runs-on: ubuntu-latest
defaults:
@@ -65,8 +64,7 @@ jobs:
- name: Clippy
shell: bash
run: |
cargo clippy --fix
git diff --exit-code
cargo clippy -- -D warnings
rust-codegen:
runs-on: ubuntu-latest
steps: