Skip to content

Commit 980ccb1

Browse files
committed
fixed clippy check
1 parent c8cae61 commit 980ccb1

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
@@ -345,6 +345,7 @@ pub trait TransactionConnection: ClarityConnection {
345345
/// abort_call_back is called with an AssetMap and a ClarityDatabase reference,
346346
/// if abort_call_back returns true, all modifications from this transaction will be rolled back.
347347
/// otherwise, they will be committed (though they may later be rolled back if the block itself is rolled back).
348+
#[allow(clippy::too_many_arguments)]
348349
fn initialize_smart_contract<F>(
349350
&mut self,
350351
identifier: &QualifiedContractIdentifier,

0 commit comments

Comments
 (0)