Oh Clippy...

This commit is contained in:
wborgeaud 2022-07-23 12:58:29 +02:00
parent 9dacbe0ff6
commit 1e02fd0236

View File

@ -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!()
}
}