forked from loafle/openapi-generator-original
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