Bumping clippy & fixing warnings (#1823)
* Bumping clippy * Fixing clippy warnings * Cargo.lock (latest nightly?)
This commit is contained in:
@@ -712,7 +712,7 @@ impl BlockChainClient for Client {
|
||||
x.state_diff = Some(state.diff_from(orig));
|
||||
}
|
||||
}
|
||||
ret.map_err(|ee| ReplayError::Execution(ee))
|
||||
ret.map_err(ReplayError::Execution)
|
||||
}
|
||||
|
||||
fn keep_alive(&self) {
|
||||
|
||||
Reference in New Issue
Block a user