Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jan 10, 2025
1 parent 820c16c commit 4683b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ir/dfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use super::{
call_stack::{CallStack, CallStackHelper, CallStackId},
function::{FunctionId, RuntimeType},
instruction::{
self, Binary, BinaryOp, Instruction, InstructionId, InstructionResultType, Intrinsic,
Binary, BinaryOp, Instruction, InstructionId, InstructionResultType, Intrinsic,
TerminatorInstruction,
},
map::DenseMap,
Expand Down

0 comments on commit 4683b0d

Please sign in to comment.