Skip to content

Commit

Permalink
add too many args attr
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 11, 2024
1 parent 8d47251 commit a30c055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/erc20-permit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl Erc20PermitExample {
Ok(())
}

#[allow(clippy::too_many_arguments)]
pub fn permit(
&mut self,
owner: Address,
Expand Down

0 comments on commit a30c055

Please sign in to comment.