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

@@ -1,9 +1,9 @@
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]
extern crate serde_repr;
extern crate serde;
extern crate serde_json;
extern crate serde_repr;
extern crate url;
pub mod apis;