We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50beea5 commit 00b3871Copy full SHA for 00b3871
1 file changed
ceno_zkvm/src/instructions/riscv/ecall/keccak.rs
@@ -483,11 +483,11 @@ mod tests {
483
.unwrap_right()
484
}
485
486
- fn selected_row<'a>(
487
- values: &'a [<E as ExtensionField>::BaseField],
+ fn selected_row(
+ values: &[<E as ExtensionField>::BaseField],
488
width: usize,
489
row_index: usize,
490
- ) -> &'a [<E as ExtensionField>::BaseField] {
+ ) -> &[<E as ExtensionField>::BaseField] {
491
&values[row_index * width..][..width]
492
493
0 commit comments