chore: make clippy happy and bump clippy msrv

This commit is contained in:
志宇
2023-12-29 19:15:57 +08:00
parent c9467dcbb2
commit 1def76f1f1
9 changed files with 16 additions and 35 deletions

View File

@@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: "stable"
toolchain: stable
components: clippy
override: true
- name: Rust Cache