Skip to content

Commit

Permalink
remove unnecessary type
Browse files Browse the repository at this point in the history
  • Loading branch information
anaPerezGhiglia committed Jul 1, 2024
1 parent e184be1 commit 4adf5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acvm/src/pwg/brillig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ impl<'b, B: BlackBoxFunctionSolver<F>, F: AcirField> BrilligSolver<'b, F, B> {
.collect();
let payload = self.extract_failure_payload(&reason);

let resolution_error = |payload, call_stack: Vec<OpcodeLocation>| match &reason {
let resolution_error = |payload, call_stack| match &reason {
FailureReason::RuntimeError { .. } => {
OpcodeResolutionError::BrilligFunctionFailed { payload, call_stack }
}
Expand Down

0 comments on commit 4adf5d1

Please sign in to comment.