diff --git a/crates/rs/src/expand/function.rs b/crates/rs/src/expand/function.rs index 196a86f..7326d82 100644 --- a/crates/rs/src/expand/function.rs +++ b/crates/rs/src/expand/function.rs @@ -154,6 +154,7 @@ impl CairoFunction { } #[allow(clippy::ptr_arg)] + #[allow(clippy::too_many_arguments)] pub fn #func_name_ident( &self, #(#inputs),*