feat: auto format generated code, and ignore clippy lint in agent-client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user