mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 16:46:11 +00:00
Disable clippy::too_many_arguments in generated Rust client code. (#18601)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![allow(unused_imports)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
|
||||
Reference in New Issue
Block a user