mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
clippy
This commit is contained in:
parent
90726a5866
commit
7a5a899b45
@ -169,10 +169,7 @@ impl<'a> Interpreter<'a> {
|
||||
|
||||
pub(crate) fn get_kernel_general_memory(&self) -> Vec<U256> {
|
||||
self.memory.context_memory[0].segments[Segment::KernelGeneral as usize]
|
||||
.content
|
||||
.iter()
|
||||
.cloned()
|
||||
.collect()
|
||||
.content.to_vec()
|
||||
}
|
||||
|
||||
pub(crate) fn set_rlp_memory(&mut self, rlp: Vec<u8>) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user