Skip to content

Commit

Permalink
Moves index_list under read_only_accounts_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored and jeffwashington committed Jul 31, 2023
1 parent 8fe7645 commit 889c2db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub mod epoch_stakes;
pub mod genesis_utils;
pub mod hardened_unpack;
pub mod in_mem_accounts_index;
mod index_list;
pub mod inline_spl_associated_token_account;
pub mod inline_spl_token;
pub mod inline_spl_token_2022;
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/read_only_accounts_cache.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! ReadOnlyAccountsCache used to store accounts, such as executable accounts,
//! which can be large, loaded many times, and rarely change.
use {
crate::index_list::{Index, IndexList},
::index_list::{Index, IndexList},
dashmap::{mapref::entry::Entry, DashMap},
solana_measure::measure_us,
solana_sdk::{
Expand Down
File renamed without changes.

0 comments on commit 889c2db

Please sign in to comment.