Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Aug 23, 2024
1 parent 2153087 commit 72254bf
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1965,12 +1965,7 @@ impl<F: AcirField> AcirContext<F> {
self.initialize_array_inner(witnesses, value)?;
}
}
AcirValue::DynamicArray(AcirDynamicArray {
block_id,
len,
value_types,
element_type_sizes,
}) => {
AcirValue::DynamicArray(AcirDynamicArray { block_id, len, .. }) => {
let dynamic_array_values = try_vecmap(0..len, |i| {
let index_var = self.add_constant(i);

Expand Down

0 comments on commit 72254bf

Please sign in to comment.