Skip to content

Commit 7329649

Browse files
committed
doc comment
1 parent 5ce8e3a commit 7329649

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

program/tests/helpers/instruction_builders.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ impl<'b> InstructionExecution<'_, 'b> {
3636
self
3737
}
3838

39-
/// Executes the instruction. If `checks` is `None` or empty,
40-
/// uses `Check::success()`.
41-
/// Fail-safe default: when `test_missing_signers` is `None`,
42-
/// runs the missing-signers test (`true`).
43-
/// Callers must explicitly opt out with `.test_missing_signers(false)`.
39+
/// Executes the instruction. If `checks` is `None` or empty, uses `Check::success()`.
40+
/// Fail-safe default: when `test_missing_signers` is `None`, runs the missing-signers
41+
/// test (`true`). Callers must explicitly opt out with `.test_missing_signers(false)`.
4442
pub fn execute(self) -> mollusk_svm::result::InstructionResult {
4543
let default_checks = [Check::success()];
4644
let checks = match self.checks {

0 commit comments

Comments
 (0)