feat: auto format generated code, and ignore clippy lint in agent-client

This commit is contained in:
GW_MC
2025-12-28 16:08:29 +08:00
parent 0b64538754
commit 8cc2775fe4
11 changed files with 149 additions and 98 deletions

View File

@@ -19,3 +19,9 @@ default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
mockall = ["dep:mockall"]
[lints.clippy]
all = "allow"
[lints.rust]
unsafe_code = "forbid"