chore: clippy 应该拒绝 warning (#466)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-09-24 17:58:04 +08:00
committed by GitHub
parent b441f04cdf
commit d35858790b

View File

@@ -37,7 +37,7 @@ jobs:
run: cargo +nightly fmt --check
- name: cargo clippy
run: cargo clippy
run: cargo clippy -- -D warnings
- name: cargo test
run: cargo test