Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Jul 17, 2022
1 parent e42618b commit 647945c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/bpf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ fn run_program(name: &str) -> u64 {
)
.unwrap();

#[allow(unused_mut)]
let mut verified_executable = VerifiedExecutable::<
RequisiteVerifier,
BpfError,
Expand Down

0 comments on commit 647945c

Please sign in to comment.