Skip to content

Commit

Permalink
SliceRandom -> IndexedRandom
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jan 31, 2025
1 parent dd4ee92 commit 9445a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts-db/src/read_only_accounts_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use {
dashmap::{mapref::entry::Entry, DashMap},
log::*,
rand::{
seq::{IteratorRandom, SliceRandom},
seq::{IteratorRandom, IndexedRandom},
rng, Rng,
},
solana_measure::{measure::Measure, measure_us},
Expand Down

0 comments on commit 9445a25

Please sign in to comment.