Disable clippy::too_many_arguments in generated Rust client code. (#18601)

This commit is contained in:
Max Nachlinger
2024-05-07 20:52:20 -07:00
committed by GitHub
parent 8f6a2860bf
commit ac649b2e2f
30 changed files with 35 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
#![allow(unused_imports)]
#![allow(clippy::too_many_arguments)]
#[macro_use]
extern crate serde_derive;