Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Dec 11, 2024
1 parent e2c72b9 commit 85fb214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/ssa_gen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ impl<'a> FunctionContext<'a> {
// we consider the array to be moved, so we should have an initial rc of just 1.
//
// TODO: this exception breaks #6763
let should_inc_rc = true;// !let_expr.expression.is_array_or_slice_literal();
let should_inc_rc = true; // !let_expr.expression.is_array_or_slice_literal();

values = values.map(|value| {
let value = value.eval(self);
Expand Down

0 comments on commit 85fb214

Please sign in to comment.