Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Feb 29, 2024
1 parent 5932f06 commit 6065719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/brillig/brillig_ir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ impl BrilligContext {
pub(crate) fn if_not_instruction(
&mut self,
condition: MemoryAddress,
mut f: impl FnOnce(&mut BrilligContext),
f: impl FnOnce(&mut BrilligContext),
) {
let (end_section, end_label) = self.reserve_next_section_label();

Expand Down

0 comments on commit 6065719

Please sign in to comment.