Skip to content

Commit 5612e6f

Browse files
committed
fixed clippy check
1 parent 3090eea commit 5612e6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clarity/src/vm/clarity.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ pub trait TransactionConnection: ClarityConnection {
293293
/// abort_call_back is called with an AssetMap and a ClarityDatabase reference,
294294
/// if abort_call_back returns true, all modifications from this transaction will be rolled back.
295295
/// otherwise, they will be committed (though they may later be rolled back if the block itself is rolled back).
296+
#[allow(clippy::too_many_arguments)]
296297
fn run_contract_call<F>(
297298
&mut self,
298299
sender: &PrincipalData,

0 commit comments

Comments
 (0)