Skip to content

Commit 1a751ba

Browse files
committed
clippy
1 parent b0c9378 commit 1a751ba

File tree

1 file changed

+1
-1
lines changed
  • crates/core/src/verifier

1 file changed

+1
-1
lines changed

crates/core/src/verifier/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn run(
9595
let mut gas_used = 0;
9696

9797
#[cfg(not(feature = "scroll"))]
98-
let compression_infos = std::iter::repeat::<Vec<(U256, usize)>>(vec![]).take(blocks.len());
98+
let compression_infos = std::iter::repeat_n::<Vec<(U256, usize)>>(vec![], blocks.len());
9999

100100
#[cfg(not(feature = "scroll"))]
101101
let block_hashes = import_block_hashes(witnesses);

0 commit comments

Comments
 (0)