Fix clippy lints on all targets (#481)

This commit is contained in:
xtqqczze 2026-05-07 14:07:27 +01:00 committed by GitHub
commit d0108b23e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View file

@ -56,7 +56,7 @@ jobs:
toolchain: stable
components: clippy
- name: run clippy lints
run: cargo clippy --features logging
run: cargo clippy --all-targets --features logging
fmt:
name: run rustfmt