chore: cargo +nightly clippy --fix -Z unstable-options
This commit is contained in:
committed by
Michael Vines
parent
3570b00560
commit
6514096a67
@@ -250,7 +250,7 @@ pub(crate) fn reconstruct_accounts_db_via_serialization(
|
||||
accountsdb_to_stream(
|
||||
SerdeStyle::Newer,
|
||||
&mut writer,
|
||||
&accounts,
|
||||
accounts,
|
||||
slot,
|
||||
&snapshot_storages,
|
||||
)
|
||||
@@ -261,7 +261,7 @@ pub(crate) fn reconstruct_accounts_db_via_serialization(
|
||||
let copied_accounts = TempDir::new().unwrap();
|
||||
|
||||
// Simulate obtaining a copy of the AppendVecs from a tarball
|
||||
let unpacked_append_vec_map = copy_append_vecs(&accounts, copied_accounts.path()).unwrap();
|
||||
let unpacked_append_vec_map = copy_append_vecs(accounts, copied_accounts.path()).unwrap();
|
||||
let mut accounts_db =
|
||||
accountsdb_from_stream(SerdeStyle::Newer, &mut reader, &[], unpacked_append_vec_map)
|
||||
.unwrap();
|
||||
|
Reference in New Issue
Block a user