Skip to content

Commit

Permalink
fix: ensure every function is clippy ignored for too many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Jul 12, 2024
1 parent 7aa1ee0 commit ac2599d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rs/src/expand/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ impl CairoFunction {
}

#[allow(clippy::ptr_arg)]
#[allow(clippy::too_many_arguments)]
pub fn #func_name_ident(
&self,
#(#inputs),*
Expand Down

0 comments on commit ac2599d

Please sign in to comment.