Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 27, 2023
1 parent 313f59d commit 3d6465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/acir_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ impl Context {
var_index: AcirVar,
dfg: &DataFlowGraph,
) -> Result<AcirVar, RuntimeError> {
if can_omit_element_sizes_array(&array_typ) {
if can_omit_element_sizes_array(array_typ) {
let element_type_sizes =
self.init_element_type_sizes_array(array_typ, array_id, None, dfg)?;

Expand Down

0 comments on commit 3d6465a

Please sign in to comment.