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 26, 2024
1 parent f81e21b commit bf23120
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 @@ -12514,7 +12514,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 bf23120

Please sign in to comment.