We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea2454 commit c5ad035Copy full SHA for c5ad035
solana/programs/example-native-token-transfers/tests/common/setup.rs
@@ -454,6 +454,8 @@ pub fn add_program_upgradeable(
454
};
455
456
let program_file = find_file(&format!("{program_name}.so"));
457
+
458
+ #[allow(clippy::panic)]
459
match (prefer_bpf(), program_file, process_instruction) {
460
// If SBF is preferred (i.e., `test-sbf` is invoked) and a BPF shared object exists,
461
// use that as the program data.
0 commit comments