Update to rust 1.40.0 (#7572)

* Update to rust 1.40.0

* fixups
This commit is contained in:
Rob Walker
2019-12-19 23:27:54 -08:00
committed by GitHub
parent 2ebfab8e07
commit a7040896f0
33 changed files with 198 additions and 139 deletions

View File

@@ -225,11 +225,11 @@ impl Validator {
bank_forks.clone(),
block_commitment_cache.clone(),
blocktree.clone(),
&cluster_info,
cluster_info.clone(),
genesis_hash,
ledger_path,
storage_state.clone(),
&validator_exit,
validator_exit.clone(),
))
};