Skip to content

Commit

Permalink
Fix tests build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov committed Jul 27, 2024
1 parent f4dac98 commit 206050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12469,7 +12469,7 @@ pub mod tests {
},
);
}
for purges_bin in &purges {
for purges_bin in purges.iter() {
let purges_bin = purges_bin.read().unwrap();
for (
key,
Expand Down

0 comments on commit 206050b

Please sign in to comment.