We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cae61 commit 980ccb1Copy full SHA for 980ccb1
clarity/src/vm/clarity.rs
@@ -345,6 +345,7 @@ pub trait TransactionConnection: ClarityConnection {
345
/// abort_call_back is called with an AssetMap and a ClarityDatabase reference,
346
/// if abort_call_back returns true, all modifications from this transaction will be rolled back.
347
/// 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)]
349
fn initialize_smart_contract<F>(
350
&mut self,
351
identifier: &QualifiedContractIdentifier,
0 commit comments