Skip to content

Commit

Permalink
chore: clippy fix (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 27, 2023
1 parent c25cac3 commit 70ee787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/debugger/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ fn test_break_brillig_block_while_stepping_acir_opcodes() {

// set breakpoint
let breakpoint_location = OpcodeLocation::Brillig { acir_index: 0, brillig_index: 1 };
assert!(context.add_breakpoint(breakpoint_location.clone()));
assert!(context.add_breakpoint(breakpoint_location));

// execute the first ACIR opcode (Brillig block) -> should reach the breakpoint instead
let result = context.step_acir_opcode();
Expand Down

0 comments on commit 70ee787

Please sign in to comment.