clippy issues

This commit is contained in:
ssrlive 2024-01-01 14:40:50 +08:00
parent 0edd07479d
commit 61ed6d62c4
3 changed files with 8 additions and 4 deletions

View file

@ -46,6 +46,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: rustfmt
run: |
rustc --version
cargo fmt --all -- --check
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with: