mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
Oh Clippy...
This commit is contained in:
parent
9dacbe0ff6
commit
1e02fd0236
@ -37,7 +37,8 @@ impl ProverInputFn {
|
||||
}
|
||||
|
||||
// MPT operations.
|
||||
fn run_mpt(&self, mut stack: Vec<U256>) -> U256 {
|
||||
#[allow(dead_code)]
|
||||
fn run_mpt(&self, _stack: Vec<U256>) -> U256 {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user