chore: fix clippy lints

This commit is contained in:
2025-07-02 05:59:48 +02:00
parent 2ab9c5d134
commit eec62c129a
3 changed files with 12 additions and 21 deletions
Generated
-7
View File
@@ -229,12 +229,6 @@ version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.174"
@@ -511,7 +505,6 @@ dependencies = [
"ctrlc",
"dashmap",
"httparse",
"lazy_static",
"parking_lot",
"serde",
"shlex",