Skip to content

Commit

Permalink
piecrust: addressed clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed May 29, 2024
1 parent e1e8957 commit adf32ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions piecrust/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ impl Session {
Ok(contract_id)
}

#[allow(clippy::too_many_arguments)]
fn do_deploy(
&mut self,
contract_id: ContractId,
Expand Down

0 comments on commit adf32ec

Please sign in to comment.