Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Jan 28, 2025
1 parent 97d2de5 commit 47a0183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/recursion/core/src/air/public_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ mod tests {

// Verify specific elements in the array (by index, depending on layout).
for i in 0..PV_DIGEST_NUM_WORDS {
assert_eq!(as_array[4 * i + 0], 1);
assert_eq!(as_array[4 * i], 1);
assert_eq!(as_array[4 * i + 1], 2);
assert_eq!(as_array[4 * i + 2], 3);
assert_eq!(as_array[4 * i + 3], 4);
Expand Down

0 comments on commit 47a0183

Please sign in to comment.